Html Css Color HEX #EEC132 Saffron

📋 copy color: '#EEC132'

red 238 ◦ green 193 ◦ blue 50

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

Shades of Saffron #EEC132

Tints of Saffron #EEC132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.12%

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

R = 49.48%
G = 40.12%
B = 10.4%

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

#EEC132 (or 0xEEC132) is known color: Saffron. HEX triplet: EE, C1 and 32. RGB value is (238,193,50). Sum of RGB (Red+Green+Blue) = 238+193+50=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC132 is #113ECD. Grayscale: #BEBEBE. Windows color (decimal): -1130190 or 3326446. OLE color: 3326446.

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

Color convert

RGB 238 193 50 -
CMYK 0 0.19 0.79 0.07
HSL 45.64º 0.85% 0.56% -
HSV(B) 45.64º 0.79% 0.93% -
XYZ 54.91 56.55 11.04 -
YUV 190.15 48.91 162.13 -
System Red Green Blue C M Y K H S L
Decimal 238 193 50 0 0.19 0.79 0.07 45.64 0.85 0.56
Hex EE C1 32 0 13 4F 7 2E 55 38
Octal 356 301 62 0 23 117 7 56 125 70
Binary 11101110 11000001 110010 0 10011 1001111 111 101110 1010101 111000

Color Harmonies of #EEC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC132

Black with #EEC132

Text Example


Text Example

White with #EEC132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC132; }

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

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

background-color css

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

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

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

border-color css

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

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

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