Shades of Saffron #EEC62F
Tints of Saffron #EEC62F
RGB
CMYK
RGB Variations
Color information
#EEC62F (or 0xEEC62F) is known color: Saffron. HEX triplet: EE, C6 and 2F. RGB value is (238,198,47). Sum of RGB (Red+Green+Blue) = 238+198+47=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC62F is #1139D0. Grayscale: #C1C1C1. Windows color (decimal): -1128913 or 3131118. OLE color: 3131118.
HSL color Cylindrical-coordinate representation of color #EEC62F: hue angle of 47.43º 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 #EEC62F is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 47 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.07 |
| HSL | 47.43º | 0.85% | 0.56% | - |
| HSV(B) | 47.43º | 0.8% | 0.93% | - |
| XYZ | 55.97 | 58.77 | 11.08 | - |
| YUV | 192.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 47 | 0 | 0.17 | 0.80 | 0.07 | 47.43 | 0.85 | 0.56 |
| Hex | EE | C6 | 2F | 0 | 11 | 50 | 7 | 2F | 55 | 38 |
| Octal | 356 | 306 | 57 | 0 | 21 | 120 | 7 | 57 | 125 | 70 |
| Binary | 11101110 | 11000110 | 101111 | 0 | 10001 | 1010000 | 111 | 101111 | 1010101 | 111000 |
Color Harmonies of #EEC62F
Complementary color
Monochromatic Colors of #EEC62F
Black with #EEC62F
Text Example
Text Example
White with #EEC62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC62F; }
p { color: rgb(238,198,47); }
H1.HeaderClassName
{
color: #EEC62F;
}
.AnyTagClassName
{
color: #EEC62F;
}
</style>
background-color css
<style>
a { background-color: #EEC62F; }
a { background-color: rgb(238,198,47); }
div.DivClassName
{
background-color: #EEC62F;
}
.BgClassName
{
background-color: #EEC62F;
}
</style>
border-color css
<style>
span { border-color: #EEC62F; }
span { border-color: rgb(238,198,47); }
td.TdClassName
{
border-color: #EEC62F;
}
.TagClassName
{
border-color: #EEC62F;
}
</style>