Shades of Saffron #EEC52D
Tints of Saffron #EEC52D
RGB
CMYK
RGB Variations
Color information
#EEC52D (or 0xEEC52D) is known color: Saffron. HEX triplet: EE, C5 and 2D. RGB value is (238,197,45). Sum of RGB (Red+Green+Blue) = 238+197+45=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC52D is #113AD2. Grayscale: #C0C0C0. Windows color (decimal): -1129171 or 2999790. OLE color: 2999790.
HSL color Cylindrical-coordinate representation of color #EEC52D: hue angle of 47.25º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEC52D is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 45 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.07 |
| HSL | 47.25º | 0.85% | 0.55% | - |
| HSV(B) | 47.25º | 0.81% | 0.93% | - |
| XYZ | 55.7 | 58.3 | 10.8 | - |
| YUV | 191.93 | 45.08 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 45 | 0 | 0.17 | 0.81 | 0.07 | 47.25 | 0.85 | 0.55 |
| Hex | EE | C5 | 2D | 0 | 11 | 51 | 7 | 2F | 55 | 37 |
| Octal | 356 | 305 | 55 | 0 | 21 | 121 | 7 | 57 | 125 | 67 |
| Binary | 11101110 | 11000101 | 101101 | 0 | 10001 | 1010001 | 111 | 101111 | 1010101 | 110111 |
Color Harmonies of #EEC52D
Complementary color
Monochromatic Colors of #EEC52D
Black with #EEC52D
Text Example
Text Example
White with #EEC52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC52D; }
p { color: rgb(238,197,45); }
H1.HeaderClassName
{
color: #EEC52D;
}
.AnyTagClassName
{
color: #EEC52D;
}
</style>
background-color css
<style>
a { background-color: #EEC52D; }
a { background-color: rgb(238,197,45); }
div.DivClassName
{
background-color: #EEC52D;
}
.BgClassName
{
background-color: #EEC52D;
}
</style>
border-color css
<style>
span { border-color: #EEC52D; }
span { border-color: rgb(238,197,45); }
td.TdClassName
{
border-color: #EEC52D;
}
.TagClassName
{
border-color: #EEC52D;
}
</style>