Shades of Saffron #EEC434
Tints of Saffron #EEC434
RGB
CMYK
RGB Variations
Color information
#EEC434 (or 0xEEC434) is known color: Saffron. HEX triplet: EE, C4 and 34. RGB value is (238,196,52). Sum of RGB (Red+Green+Blue) = 238+196+52=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 52 (20.70% from 255 or 10.70% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC434 is #113BCB. Grayscale: #C0C0C0. Windows color (decimal): -1129420 or 3458286. OLE color: 3458286.
HSL color Cylindrical-coordinate representation of color #EEC434: hue angle of 46.45º 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 #EEC434 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 52 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.07 |
| HSL | 46.45º | 0.85% | 0.57% | - |
| HSV(B) | 46.45º | 0.78% | 0.93% | - |
| XYZ | 55.62 | 57.9 | 11.49 | - |
| YUV | 192.14 | 48.91 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 52 | 0 | 0.18 | 0.78 | 0.07 | 46.45 | 0.85 | 0.57 |
| Hex | EE | C4 | 34 | 0 | 12 | 4E | 7 | 2E | 55 | 39 |
| Octal | 356 | 304 | 64 | 0 | 22 | 116 | 7 | 56 | 125 | 71 |
| Binary | 11101110 | 11000100 | 110100 | 0 | 10010 | 1001110 | 111 | 101110 | 1010101 | 111001 |
Color Harmonies of #EEC434
Complementary color
Monochromatic Colors of #EEC434
Black with #EEC434
Text Example
Text Example
White with #EEC434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC434; }
p { color: rgb(238,196,52); }
H1.HeaderClassName
{
color: #EEC434;
}
.AnyTagClassName
{
color: #EEC434;
}
</style>
background-color css
<style>
a { background-color: #EEC434; }
a { background-color: rgb(238,196,52); }
div.DivClassName
{
background-color: #EEC434;
}
.BgClassName
{
background-color: #EEC434;
}
</style>
border-color css
<style>
span { border-color: #EEC434; }
span { border-color: rgb(238,196,52); }
td.TdClassName
{
border-color: #EEC434;
}
.TagClassName
{
border-color: #EEC434;
}
</style>