Shades of Saffron #EEC52F
Tints of Saffron #EEC52F
RGB
CMYK
RGB Variations
Color information
#EEC52F (or 0xEEC52F) is known color: Saffron. HEX triplet: EE, C5 and 2F. RGB value is (238,197,47). Sum of RGB (Red+Green+Blue) = 238+197+47=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC52F is #113AD0. Grayscale: #C0C0C0. Windows color (decimal): -1129169 or 3130862. OLE color: 3130862.
HSL color Cylindrical-coordinate representation of color #EEC52F: hue angle of 47.12º 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 #EEC52F is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 47 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.07 |
| HSL | 47.12º | 0.85% | 0.56% | - |
| HSV(B) | 47.12º | 0.8% | 0.93% | - |
| XYZ | 55.74 | 58.31 | 11.01 | - |
| YUV | 192.16 | 46.08 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 47 | 0 | 0.17 | 0.80 | 0.07 | 47.12 | 0.85 | 0.56 |
| Hex | EE | C5 | 2F | 0 | 11 | 50 | 7 | 2F | 55 | 38 |
| Octal | 356 | 305 | 57 | 0 | 21 | 120 | 7 | 57 | 125 | 70 |
| Binary | 11101110 | 11000101 | 101111 | 0 | 10001 | 1010000 | 111 | 101111 | 1010101 | 111000 |
Color Harmonies of #EEC52F
Complementary color
Monochromatic Colors of #EEC52F
Black with #EEC52F
Text Example
Text Example
White with #EEC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC52F; }
p { color: rgb(238,197,47); }
H1.HeaderClassName
{
color: #EEC52F;
}
.AnyTagClassName
{
color: #EEC52F;
}
</style>
background-color css
<style>
a { background-color: #EEC52F; }
a { background-color: rgb(238,197,47); }
div.DivClassName
{
background-color: #EEC52F;
}
.BgClassName
{
background-color: #EEC52F;
}
</style>
border-color css
<style>
span { border-color: #EEC52F; }
span { border-color: rgb(238,197,47); }
td.TdClassName
{
border-color: #EEC52F;
}
.TagClassName
{
border-color: #EEC52F;
}
</style>