#EFC939

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

Shades of Saffron #EFC939

Tints of Saffron #EFC939

Color information

#EFC939 (or 0xEFC939) is unknown color: approx Saffron. HEX triplet: EF, C9 and 39. RGB value is (239,201,57). Sum of RGB (Red+Green+Blue) = 239+201+57=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 57 (22.66% from 255 or 11.47% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC939 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC939 is #1036C6. Grayscale: #C4C4C4. Windows color (decimal): -1062599 or 3787247. OLE color: 3787247.

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

Color convert

RGB23920157-
CMYK00.160.760.06
HSL47.47º85.05%58.04%-
HSV(B)47.47º76.15%93.73%-
XYZ57.2260.4212.52-
YUV195.9549.59158.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.09%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 57 (22.66% from 255) = 11.47%
R=48.09%
G=40.44%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392015700.160.760.0647.4785.0558.04
HexEFC9390104C62f553a
Octal3573117102011465712572
Binary111011111100100111100101000010011001101011111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC939; }

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

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

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

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

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

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

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

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