Html Css Color HEX #EEC037 Saffron

📋 copy color: '#EEC037'

red 238 ◦ green 192 ◦ blue 55

#EEC037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #EEC037

Tints of Saffron #EEC037

RGB

 RED value IS 238 (93.36% from 255) = 49.07%

 GREEN value IS 192 (75.39% from 255) = 39.59%

 BLUE value IS 55 (21.88% from 255) = 11.34%

R = 49.07%
G = 39.59%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EEC037 (or 0xEEC037) is known color: Saffron. HEX triplet: EE, C0 and 37. RGB value is (238,192,55). Sum of RGB (Red+Green+Blue) = 238+192+55=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 55 (21.88% from 255 or 11.34% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC037 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC037 is #113FC8. Grayscale: #BEBEBE. Windows color (decimal): -1130441 or 3653870. OLE color: 3653870.

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

Color convert

RGB 238 192 55 -
CMYK 0 0.19 0.77 0.07
HSL 44.92º 0.84% 0.57% -
HSV(B) 44.92º 0.77% 0.93% -
XYZ 54.8 56.15 11.56 -
YUV 190.14 51.74 162.14 -
System Red Green Blue C M Y K H S L
Decimal 238 192 55 0 0.19 0.77 0.07 44.92 0.84 0.57
Hex EE C0 37 0 13 4D 7 2D 54 39
Octal 356 300 67 0 23 115 7 55 124 71
Binary 11101110 11000000 110111 0 10011 1001101 111 101101 1010100 111001

Color Harmonies of #EEC037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC037

Black with #EEC037

Text Example


Text Example

White with #EEC037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC037; }

 p { color: rgb(238,192,55); }

 H1.HeaderClassName
 {
   color: #EEC037;
 }
 .AnyTagClassName
 {
   color: #EEC037;
 }
</style>

background-color css

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

 a { background-color: rgb(238,192,55); }

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

border-color css

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

 span { border-color: rgb(238,192,55); }

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