Shades of Saffron #EEC431
Tints of Saffron #EEC431
RGB
CMYK
RGB Variations
Color information
#EEC431 (or 0xEEC431) is known color: Saffron. HEX triplet: EE, C4 and 31. RGB value is (238,196,49). Sum of RGB (Red+Green+Blue) = 238+196+49=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC431 is #113BCE. Grayscale: #C0C0C0. Windows color (decimal): -1129423 or 3261678. OLE color: 3261678.
HSL color Cylindrical-coordinate representation of color #EEC431: hue angle of 46.67º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEC431 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 49 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.07 |
| HSL | 46.67º | 0.85% | 0.56% | - |
| HSV(B) | 46.67º | 0.79% | 0.93% | - |
| XYZ | 55.55 | 57.88 | 11.15 | - |
| YUV | 191.8 | 47.41 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 49 | 0 | 0.18 | 0.79 | 0.07 | 46.67 | 0.85 | 0.56 |
| Hex | EE | C4 | 31 | 0 | 12 | 4F | 7 | 2F | 55 | 38 |
| Octal | 356 | 304 | 61 | 0 | 22 | 117 | 7 | 57 | 125 | 70 |
| Binary | 11101110 | 11000100 | 110001 | 0 | 10010 | 1001111 | 111 | 101111 | 1010101 | 111000 |
Color Harmonies of #EEC431
Complementary color
Monochromatic Colors of #EEC431
Black with #EEC431
Text Example
Text Example
White with #EEC431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC431; }
p { color: rgb(238,196,49); }
H1.HeaderClassName
{
color: #EEC431;
}
.AnyTagClassName
{
color: #EEC431;
}
</style>
background-color css
<style>
a { background-color: #EEC431; }
a { background-color: rgb(238,196,49); }
div.DivClassName
{
background-color: #EEC431;
}
.BgClassName
{
background-color: #EEC431;
}
</style>
border-color css
<style>
span { border-color: #EEC431; }
span { border-color: rgb(238,196,49); }
td.TdClassName
{
border-color: #EEC431;
}
.TagClassName
{
border-color: #EEC431;
}
</style>