Html Css Color HEX #EEC134 Saffron

📋 copy color: '#EEC134'

red 238 ◦ green 193 ◦ blue 52

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

Shades of Saffron #EEC134

Tints of Saffron #EEC134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.77%

R = 49.28%
G = 39.96%
B = 10.77%

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

#EEC134 (or 0xEEC134) is known color: Saffron. HEX triplet: EE, C1 and 34. RGB value is (238,193,52). Sum of RGB (Red+Green+Blue) = 238+193+52=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC134 is #113ECB. Grayscale: #BEBEBE. Windows color (decimal): -1130188 or 3457518. OLE color: 3457518.

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

Color convert

RGB 238 193 52 -
CMYK 0 0.19 0.78 0.07
HSL 45.48º 0.85% 0.57% -
HSV(B) 45.48º 0.78% 0.93% -
XYZ 54.95 56.57 11.27 -
YUV 190.38 49.91 161.96 -
System Red Green Blue C M Y K H S L
Decimal 238 193 52 0 0.19 0.78 0.07 45.48 0.85 0.57
Hex EE C1 34 0 13 4E 7 2D 55 39
Octal 356 301 64 0 23 116 7 55 125 71
Binary 11101110 11000001 110100 0 10011 1001110 111 101101 1010101 111001

Color Harmonies of #EEC134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC134

Black with #EEC134

Text Example


Text Example

White with #EEC134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC134; }

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

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

background-color css

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

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

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

border-color css

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

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

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