Shades of Saffron #EEC23A
Tints of Saffron #EEC23A
RGB
CMYK
RGB Variations
Color information
#EEC23A (or 0xEEC23A) is known color: Saffron. HEX triplet: EE, C2 and 3A. RGB value is (238,194,58). Sum of RGB (Red+Green+Blue) = 238+194+58=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC23A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC23A is #113DC5. Grayscale: #C0C0C0. Windows color (decimal): -1129926 or 3850990. OLE color: 3850990.
HSL color Cylindrical-coordinate representation of color #EEC23A: hue angle of 45.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEC23A is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 58 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.07 |
| HSL | 45.33º | 0.84% | 0.58% | - |
| HSV(B) | 45.33º | 0.76% | 0.93% | - |
| XYZ | 55.32 | 57.07 | 12.1 | - |
| YUV | 191.65 | 52.58 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 58 | 0 | 0.18 | 0.76 | 0.07 | 45.33 | 0.84 | 0.58 |
| Hex | EE | C2 | 3A | 0 | 12 | 4C | 7 | 2D | 54 | 3A |
| Octal | 356 | 302 | 72 | 0 | 22 | 114 | 7 | 55 | 124 | 72 |
| Binary | 11101110 | 11000010 | 111010 | 0 | 10010 | 1001100 | 111 | 101101 | 1010100 | 111010 |
Color Harmonies of #EEC23A
Complementary color
Monochromatic Colors of #EEC23A
Black with #EEC23A
Text Example
Text Example
White with #EEC23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC23A; }
p { color: rgb(238,194,58); }
H1.HeaderClassName
{
color: #EEC23A;
}
.AnyTagClassName
{
color: #EEC23A;
}
</style>
background-color css
<style>
a { background-color: #EEC23A; }
a { background-color: rgb(238,194,58); }
div.DivClassName
{
background-color: #EEC23A;
}
.BgClassName
{
background-color: #EEC23A;
}
</style>
border-color css
<style>
span { border-color: #EEC23A; }
span { border-color: rgb(238,194,58); }
td.TdClassName
{
border-color: #EEC23A;
}
.TagClassName
{
border-color: #EEC23A;
}
</style>