Html Css Color HEX #EEC234 Saffron

📋 copy color: '#EEC234'

red 238 ◦ green 194 ◦ blue 52

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

Shades of Saffron #EEC234

Tints of Saffron #EEC234

RGB

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

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

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

R = 49.17%
G = 40.08%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EEC234 (or 0xEEC234) is known color: Saffron. HEX triplet: EE, C2 and 34. RGB value is (238,194,52). Sum of RGB (Red+Green+Blue) = 238+194+52=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC234 is #113DCB. Grayscale: #BFBFBF. Windows color (decimal): -1129932 or 3457774. OLE color: 3457774.

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

Color convert

RGB 238 194 52 -
CMYK 0 0.18 0.78 0.07
HSL 45.81º 0.85% 0.57% -
HSV(B) 45.81º 0.78% 0.93% -
XYZ 55.17 57.01 11.34 -
YUV 190.97 49.58 161.55 -
System Red Green Blue C M Y K H S L
Decimal 238 194 52 0 0.18 0.78 0.07 45.81 0.85 0.57
Hex EE C2 34 0 12 4E 7 2E 55 39
Octal 356 302 64 0 22 116 7 56 125 71
Binary 11101110 11000010 110100 0 10010 1001110 111 101110 1010101 111001

Color Harmonies of #EEC234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC234

Black with #EEC234

Text Example


Text Example

White with #EEC234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC234; }

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

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

background-color css

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

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

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

border-color css

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

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

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