Html Css Color HEX #EEC033 Saffron

📋 copy color: '#EEC033'

red 238 ◦ green 192 ◦ blue 51

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

Shades of Saffron #EEC033

Tints of Saffron #EEC033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.6%

R = 49.48%
G = 39.92%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEC033 (or 0xEEC033) is known color: Saffron. HEX triplet: EE, C0 and 33. RGB value is (238,192,51). Sum of RGB (Red+Green+Blue) = 238+192+51=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC033 is #113FCC. Grayscale: #BEBEBE. Windows color (decimal): -1130445 or 3391726. OLE color: 3391726.

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

Color convert

RGB 238 192 51 -
CMYK 0 0.19 0.79 0.07
HSL 45.24º 0.85% 0.57% -
HSV(B) 45.24º 0.79% 0.93% -
XYZ 54.71 56.12 11.08 -
YUV 189.68 49.74 162.46 -
System Red Green Blue C M Y K H S L
Decimal 238 192 51 0 0.19 0.79 0.07 45.24 0.85 0.57
Hex EE C0 33 0 13 4F 7 2D 55 39
Octal 356 300 63 0 23 117 7 55 125 71
Binary 11101110 11000000 110011 0 10011 1001111 111 101101 1010101 111001

Color Harmonies of #EEC033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC033

Black with #EEC033

Text Example


Text Example

White with #EEC033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC033; }

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

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

background-color css

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

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

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

border-color css

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

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

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