Html Css Color HEX #EEC035 Saffron

📋 copy color: '#EEC035'

red 238 ◦ green 192 ◦ blue 53

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

Shades of Saffron #EEC035

Tints of Saffron #EEC035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.97%

R = 49.28%
G = 39.75%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EEC035 (or 0xEEC035) is known color: Saffron. HEX triplet: EE, C0 and 35. RGB value is (238,192,53). Sum of RGB (Red+Green+Blue) = 238+192+53=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC035 is #113FCA. Grayscale: #BEBEBE. Windows color (decimal): -1130443 or 3522798. OLE color: 3522798.

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

Color convert

RGB 238 192 53 -
CMYK 0 0.19 0.78 0.07
HSL 45.08º 0.84% 0.57% -
HSV(B) 45.08º 0.78% 0.93% -
XYZ 54.75 56.13 11.32 -
YUV 189.91 50.74 162.3 -
System Red Green Blue C M Y K H S L
Decimal 238 192 53 0 0.19 0.78 0.07 45.08 0.84 0.57
Hex EE C0 35 0 13 4E 7 2D 54 39
Octal 356 300 65 0 23 116 7 55 124 71
Binary 11101110 11000000 110101 0 10011 1001110 111 101101 1010100 111001

Color Harmonies of #EEC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC035

Black with #EEC035

Text Example


Text Example

White with #EEC035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC035; }

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

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

background-color css

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

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

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

border-color css

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

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

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