#efc937

Color #EFC937 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #EFC937

Tints of Saffron #EFC937

Color information

#EFC937 (or 0xEFC937) is unknown color: approx Saffron. HEX triplet: EF, C9 and 37. RGB value is (239,201,55). Sum of RGB (Red+Green+Blue) = 239+201+55=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 55 (21.88% from 255 or 11.11% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC937 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC937 is #1036C8. Grayscale: #C4C4C4. Windows color (decimal): -1062601 or 3656175. OLE color: 3656175.

HSL color Cylindrical-coordinate representation of color #EFC937: hue angle of 47.61º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFC937 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB23920155-
CMYK00.160.770.06
HSL47.61º85.19%57.65%-
HSV(B)47.61º76.99%93.73%-
XYZ57.1760.412.26-
YUV195.7248.59158.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 201 (78.91% from 255) = 40.61%
BLUE value IS 55 (21.88% from 255) = 11.11%
R=48.28%
G=40.61%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392015500.160.770.0647.6185.1957.65
HexEFC9370104D630553a
Octal3573116702011566012572
Binary111011111100100111011101000010011011101100001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc937; }

 p { color: rgb(239,201,55); }

 H1.HeaderClassName
 {
   color: #efc937;
 }
 .AnyTagClassName
 {
   color: #efc937;
 }
</style>
background-color css

<style>
 a { background-color: #efc937; }

 a { background-color: rgb(239,201,55); }

 div.DivClassName
 {
   background-color: #efc937;
 }
 .BgClassName
 {
   background-color: #efc937;
 }
</style>
border-color css

<style>
 span { border-color: #efc937; }

 span { border-color: rgb(239,201,55); }

 td.TdClassName
 {
   border-color: #efc937;
 }
 .TagClassName
 {
   border-color: #efc937;
 }
</style>