Html Css Color HEX #EEC232 Saffron

📋 copy color: '#EEC232'

red 238 ◦ green 194 ◦ blue 50

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

Shades of Saffron #EEC232

Tints of Saffron #EEC232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

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

R = 49.38%
G = 40.25%
B = 10.37%

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

#EEC232 (or 0xEEC232) is known color: Saffron. HEX triplet: EE, C2 and 32. RGB value is (238,194,50). Sum of RGB (Red+Green+Blue) = 238+194+50=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC232 is #113DCD. Grayscale: #BFBFBF. Windows color (decimal): -1129934 or 3326702. OLE color: 3326702.

HSL color Cylindrical-coordinate representation of color #EEC232: hue angle of 45.96º 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 #EEC232 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 194 50 -
CMYK 0 0.18 0.79 0.07
HSL 45.96º 0.85% 0.56% -
HSV(B) 45.96º 0.79% 0.93% -
XYZ 55.13 56.99 11.11 -
YUV 190.74 48.58 161.71 -
System Red Green Blue C M Y K H S L
Decimal 238 194 50 0 0.18 0.79 0.07 45.96 0.85 0.56
Hex EE C2 32 0 12 4F 7 2E 55 38
Octal 356 302 62 0 22 117 7 56 125 70
Binary 11101110 11000010 110010 0 10010 1001111 111 101110 1010101 111000

Color Harmonies of #EEC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC232

Black with #EEC232

Text Example


Text Example

White with #EEC232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC232; }

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

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

background-color css

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

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

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

border-color css

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

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

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