Html Css Color HEX #EEC42C Saffron

📋 copy color: '#EEC42C'

red 238 ◦ green 196 ◦ blue 44

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

Shades of Saffron #EEC42C

Tints of Saffron #EEC42C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41%

 BLUE value IS 44 (17.58% from 255) = 9.21%

R = 49.79%
G = 41%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEC42C (or 0xEEC42C) is known color: Saffron. HEX triplet: EE, C4 and 2C. RGB value is (238,196,44). Sum of RGB (Red+Green+Blue) = 238+196+44=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC42C is #113BD3. Grayscale: #BFBFBF. Windows color (decimal): -1129428 or 2933998. OLE color: 2933998.

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

Color convert

RGB 238 196 44 -
CMYK 0 0.18 0.82 0.07
HSL 47.01º 0.85% 0.55% -
HSV(B) 47.01º 0.82% 0.93% -
XYZ 55.45 57.84 10.62 -
YUV 191.23 44.91 161.36 -
System Red Green Blue C M Y K H S L
Decimal 238 196 44 0 0.18 0.82 0.07 47.01 0.85 0.55
Hex EE C4 2C 0 12 52 7 2F 55 37
Octal 356 304 54 0 22 122 7 57 125 67
Binary 11101110 11000100 101100 0 10010 1010010 111 101111 1010101 110111

Color Harmonies of #EEC42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC42C

Black with #EEC42C

Text Example


Text Example

White with #EEC42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC42C; }

 p { color: rgb(238,196,44); }

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

background-color css

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

 a { background-color: rgb(238,196,44); }

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

border-color css

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

 span { border-color: rgb(238,196,44); }

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