Shades of Saffron #EEC934
Tints of Saffron #EEC934
RGB
CMYK
RGB Variations
Color information
#EEC934 (or 0xEEC934) is known color: Saffron. HEX triplet: EE, C9 and 34. RGB value is (238,201,52). Sum of RGB (Red+Green+Blue) = 238+201+52=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC934 is #1136CB. Grayscale: #C3C3C3. Windows color (decimal): -1128140 or 3459566. OLE color: 3459566.
HSL color Cylindrical-coordinate representation of color #EEC934: hue angle of 48.06º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEC934 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 52 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.07 |
| HSL | 48.06º | 0.85% | 0.57% | - |
| HSV(B) | 48.06º | 0.78% | 0.93% | - |
| XYZ | 56.77 | 60.2 | 11.88 | - |
| YUV | 195.08 | 47.26 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 52 | 0 | 0.16 | 0.78 | 0.07 | 48.06 | 0.85 | 0.57 |
| Hex | EE | C9 | 34 | 0 | 10 | 4E | 7 | 30 | 55 | 39 |
| Octal | 356 | 311 | 64 | 0 | 20 | 116 | 7 | 60 | 125 | 71 |
| Binary | 11101110 | 11001001 | 110100 | 0 | 10000 | 1001110 | 111 | 110000 | 1010101 | 111001 |
Color Harmonies of #EEC934
Complementary color
Monochromatic Colors of #EEC934
Black with #EEC934
Text Example
Text Example
White with #EEC934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC934; }
p { color: rgb(238,201,52); }
H1.HeaderClassName
{
color: #EEC934;
}
.AnyTagClassName
{
color: #EEC934;
}
</style>
background-color css
<style>
a { background-color: #EEC934; }
a { background-color: rgb(238,201,52); }
div.DivClassName
{
background-color: #EEC934;
}
.BgClassName
{
background-color: #EEC934;
}
</style>
border-color css
<style>
span { border-color: #EEC934; }
span { border-color: rgb(238,201,52); }
td.TdClassName
{
border-color: #EEC934;
}
.TagClassName
{
border-color: #EEC934;
}
</style>