Shades of Saffron #EEC32E
Tints of Saffron #EEC32E
RGB
CMYK
RGB Variations
Color information
#EEC32E (or 0xEEC32E) is known color: Saffron. HEX triplet: EE, C3 and 2E. RGB value is (238,195,46). Sum of RGB (Red+Green+Blue) = 238+195+46=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 46 (18.36% from 255 or 9.60% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC32E is #113CD1. Grayscale: #BFBFBF. Windows color (decimal): -1129682 or 3064814. OLE color: 3064814.
HSL color Cylindrical-coordinate representation of color #EEC32E: hue angle of 46.56º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEC32E is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 46 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.07 |
| HSL | 46.56º | 0.85% | 0.56% | - |
| HSV(B) | 46.56º | 0.81% | 0.93% | - |
| XYZ | 55.27 | 57.4 | 10.75 | - |
| YUV | 190.87 | 46.25 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 46 | 0 | 0.18 | 0.81 | 0.07 | 46.56 | 0.85 | 0.56 |
| Hex | EE | C3 | 2E | 0 | 12 | 51 | 7 | 2F | 55 | 38 |
| Octal | 356 | 303 | 56 | 0 | 22 | 121 | 7 | 57 | 125 | 70 |
| Binary | 11101110 | 11000011 | 101110 | 0 | 10010 | 1010001 | 111 | 101111 | 1010101 | 111000 |
Color Harmonies of #EEC32E
Complementary color
Monochromatic Colors of #EEC32E
Black with #EEC32E
Text Example
Text Example
White with #EEC32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC32E; }
p { color: rgb(238,195,46); }
H1.HeaderClassName
{
color: #EEC32E;
}
.AnyTagClassName
{
color: #EEC32E;
}
</style>
background-color css
<style>
a { background-color: #EEC32E; }
a { background-color: rgb(238,195,46); }
div.DivClassName
{
background-color: #EEC32E;
}
.BgClassName
{
background-color: #EEC32E;
}
</style>
border-color css
<style>
span { border-color: #EEC32E; }
span { border-color: rgb(238,195,46); }
td.TdClassName
{
border-color: #EEC32E;
}
.TagClassName
{
border-color: #EEC32E;
}
</style>