Shades of Saffron #EEC234
Tints of Saffron #EEC234
RGB
CMYK
RGB Variations
Color information
#EEC234 (or 0xEEC234) is known color: Saffron. HEX triplet: EE, C2 and 34. RGB value is (238,194,52). Sum of RGB (Red+Green+Blue) = 238+194+52=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC234 is #113DCB. Grayscale: #BFBFBF. Windows color (decimal): -1129932 or 3457774. OLE color: 3457774.
HSL color Cylindrical-coordinate representation of color #EEC234: hue angle of 45.81º 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 #EEC234 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 52 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.07 |
| HSL | 45.81º | 0.85% | 0.57% | - |
| HSV(B) | 45.81º | 0.78% | 0.93% | - |
| XYZ | 55.17 | 57.01 | 11.34 | - |
| YUV | 190.97 | 49.58 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 52 | 0 | 0.18 | 0.78 | 0.07 | 45.81 | 0.85 | 0.57 |
| Hex | EE | C2 | 34 | 0 | 12 | 4E | 7 | 2E | 55 | 39 |
| Octal | 356 | 302 | 64 | 0 | 22 | 116 | 7 | 56 | 125 | 71 |
| Binary | 11101110 | 11000010 | 110100 | 0 | 10010 | 1001110 | 111 | 101110 | 1010101 | 111001 |
Color Harmonies of #EEC234
Complementary color
Monochromatic Colors of #EEC234
Black with #EEC234
Text Example
Text Example
White with #EEC234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC234; }
p { color: rgb(238,194,52); }
H1.HeaderClassName
{
color: #EEC234;
}
.AnyTagClassName
{
color: #EEC234;
}
</style>
background-color css
<style>
a { background-color: #EEC234; }
a { background-color: rgb(238,194,52); }
div.DivClassName
{
background-color: #EEC234;
}
.BgClassName
{
background-color: #EEC234;
}
</style>
border-color css
<style>
span { border-color: #EEC234; }
span { border-color: rgb(238,194,52); }
td.TdClassName
{
border-color: #EEC234;
}
.TagClassName
{
border-color: #EEC234;
}
</style>