Shades of Saffron #EEC033
Tints of Saffron #EEC033
RGB
CMYK
RGB Variations
Color information
#EEC033 (or 0xEEC033) is known color: Saffron. HEX triplet: EE, C0 and 33. RGB value is (238,192,51). Sum of RGB (Red+Green+Blue) = 238+192+51=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC033 is #113FCC. Grayscale: #BEBEBE. Windows color (decimal): -1130445 or 3391726. OLE color: 3391726.
HSL color Cylindrical-coordinate representation of color #EEC033: hue angle of 45.24º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEC033 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 51 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.07 |
| HSL | 45.24º | 0.85% | 0.57% | - |
| HSV(B) | 45.24º | 0.79% | 0.93% | - |
| XYZ | 54.71 | 56.12 | 11.08 | - |
| YUV | 189.68 | 49.74 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 51 | 0 | 0.19 | 0.79 | 0.07 | 45.24 | 0.85 | 0.57 |
| Hex | EE | C0 | 33 | 0 | 13 | 4F | 7 | 2D | 55 | 39 |
| Octal | 356 | 300 | 63 | 0 | 23 | 117 | 7 | 55 | 125 | 71 |
| Binary | 11101110 | 11000000 | 110011 | 0 | 10011 | 1001111 | 111 | 101101 | 1010101 | 111001 |
Color Harmonies of #EEC033
Complementary color
Monochromatic Colors of #EEC033
Black with #EEC033
Text Example
Text Example
White with #EEC033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC033; }
p { color: rgb(238,192,51); }
H1.HeaderClassName
{
color: #EEC033;
}
.AnyTagClassName
{
color: #EEC033;
}
</style>
background-color css
<style>
a { background-color: #EEC033; }
a { background-color: rgb(238,192,51); }
div.DivClassName
{
background-color: #EEC033;
}
.BgClassName
{
background-color: #EEC033;
}
</style>
border-color css
<style>
span { border-color: #EEC033; }
span { border-color: rgb(238,192,51); }
td.TdClassName
{
border-color: #EEC033;
}
.TagClassName
{
border-color: #EEC033;
}
</style>