Shades of Saffron #EEC233
Tints of Saffron #EEC233
RGB
CMYK
RGB Variations
Color information
#EEC233 (or 0xEEC233) is known color: Saffron. HEX triplet: EE, C2 and 33. RGB value is (238,194,51). Sum of RGB (Red+Green+Blue) = 238+194+51=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 51 (20.31% from 255 or 10.56% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC233 is #113DCC. Grayscale: #BFBFBF. Windows color (decimal): -1129933 or 3392238. OLE color: 3392238.
HSL color Cylindrical-coordinate representation of color #EEC233: hue angle of 45.88º 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 #EEC233 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 51 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.07 |
| HSL | 45.88º | 0.85% | 0.57% | - |
| HSV(B) | 45.88º | 0.79% | 0.93% | - |
| XYZ | 55.15 | 57 | 11.23 | - |
| YUV | 190.85 | 49.08 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 51 | 0 | 0.18 | 0.79 | 0.07 | 45.88 | 0.85 | 0.57 |
| Hex | EE | C2 | 33 | 0 | 12 | 4F | 7 | 2E | 55 | 39 |
| Octal | 356 | 302 | 63 | 0 | 22 | 117 | 7 | 56 | 125 | 71 |
| Binary | 11101110 | 11000010 | 110011 | 0 | 10010 | 1001111 | 111 | 101110 | 1010101 | 111001 |
Color Harmonies of #EEC233
Complementary color
Monochromatic Colors of #EEC233
Black with #EEC233
Text Example
Text Example
White with #EEC233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC233; }
p { color: rgb(238,194,51); }
H1.HeaderClassName
{
color: #EEC233;
}
.AnyTagClassName
{
color: #EEC233;
}
</style>
background-color css
<style>
a { background-color: #EEC233; }
a { background-color: rgb(238,194,51); }
div.DivClassName
{
background-color: #EEC233;
}
.BgClassName
{
background-color: #EEC233;
}
</style>
border-color css
<style>
span { border-color: #EEC233; }
span { border-color: rgb(238,194,51); }
td.TdClassName
{
border-color: #EEC233;
}
.TagClassName
{
border-color: #EEC233;
}
</style>