Html Css Color HEX #EEC332 Saffron

📋 copy color: '#EEC332'

red 238 ◦ green 195 ◦ blue 50

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

Shades of Saffron #EEC332

Tints of Saffron #EEC332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.37%

 BLUE value IS 50 (19.92% from 255) = 10.35%

R = 49.28%
G = 40.37%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEC332 (or 0xEEC332) is known color: Saffron. HEX triplet: EE, C3 and 32. RGB value is (238,195,50). Sum of RGB (Red+Green+Blue) = 238+195+50=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC332 is #113CCD. Grayscale: #BFBFBF. Windows color (decimal): -1129678 or 3326958. OLE color: 3326958.

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

Color convert

RGB 238 195 50 -
CMYK 0 0.18 0.79 0.07
HSL 46.28º 0.85% 0.56% -
HSV(B) 46.28º 0.79% 0.93% -
XYZ 55.35 57.44 11.19 -
YUV 191.33 48.25 161.29 -
System Red Green Blue C M Y K H S L
Decimal 238 195 50 0 0.18 0.79 0.07 46.28 0.85 0.56
Hex EE C3 32 0 12 4F 7 2E 55 38
Octal 356 303 62 0 22 117 7 56 125 70
Binary 11101110 11000011 110010 0 10010 1001111 111 101110 1010101 111000

Color Harmonies of #EEC332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC332

Black with #EEC332

Text Example


Text Example

White with #EEC332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC332; }

 p { color: rgb(238,195,50); }

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

background-color css

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

 a { background-color: rgb(238,195,50); }

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

border-color css

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

 span { border-color: rgb(238,195,50); }

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