Html Css Color HEX #EEC42F Saffron

📋 copy color: '#EEC42F'

red 238 ◦ green 196 ◦ blue 47

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

Shades of Saffron #EEC42F

Tints of Saffron #EEC42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.77%

R = 49.48%
G = 40.75%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEC42F (or 0xEEC42F) is known color: Saffron. HEX triplet: EE, C4 and 2F. RGB value is (238,196,47). Sum of RGB (Red+Green+Blue) = 238+196+47=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 47 (18.75% from 255 or 9.77% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC42F is #113BD0. Grayscale: #C0C0C0. Windows color (decimal): -1129425 or 3130606. OLE color: 3130606.

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

Color convert

RGB 238 196 47 -
CMYK 0 0.18 0.80 0.07
HSL 46.81º 0.85% 0.56% -
HSV(B) 46.81º 0.8% 0.93% -
XYZ 55.51 57.86 10.93 -
YUV 191.57 46.41 161.12 -
System Red Green Blue C M Y K H S L
Decimal 238 196 47 0 0.18 0.80 0.07 46.81 0.85 0.56
Hex EE C4 2F 0 12 50 7 2F 55 38
Octal 356 304 57 0 22 120 7 57 125 70
Binary 11101110 11000100 101111 0 10010 1010000 111 101111 1010101 111000

Color Harmonies of #EEC42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC42F

Black with #EEC42F

Text Example


Text Example

White with #EEC42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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