#EEC939

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

Shades of Saffron #EEC939

Tints of Saffron #EEC939

Color information

#EEC939 (or 0xEEC939) is unknown color: approx Saffron. HEX triplet: EE, C9 and 39. RGB value is (238,201,57). Sum of RGB (Red+Green+Blue) = 238+201+57=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 57 (22.66% from 255 or 11.49% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC939 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC939 is #1136C6. Grayscale: #C4C4C4. Windows color (decimal): -1128135 or 3787246. OLE color: 3787246.

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

Color convert

RGB23820157-
CMYK00.160.760.07
HSL47.73º84.19%57.84%-
HSV(B)47.73º76.05%93.33%-
XYZ56.8960.2512.5-
YUV195.6549.76158.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.98%
GREEN value IS 201 (78.91% from 255) = 40.52%
BLUE value IS 57 (22.66% from 255) = 11.49%
R=47.98%
G=40.52%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382015700.160.760.0747.7384.1957.84
HexEEC9390104C730543a
Octal3563117102011476012472
Binary111011101100100111100101000010011001111100001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC939; }

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

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

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

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

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

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

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

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