Shades of Saffron #EEC42D
Tints of Saffron #EEC42D
RGB
CMYK
RGB Variations
Color information
#EEC42D (or 0xEEC42D) is known color: Saffron. HEX triplet: EE, C4 and 2D. RGB value is (238,196,45). Sum of RGB (Red+Green+Blue) = 238+196+45=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC42D is #113BD2. Grayscale: #BFBFBF. Windows color (decimal): -1129427 or 2999534. OLE color: 2999534.
HSL color Cylindrical-coordinate representation of color #EEC42D: hue angle of 46.94º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEC42D is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 45 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.07 |
| HSL | 46.94º | 0.85% | 0.55% | - |
| HSV(B) | 46.94º | 0.81% | 0.93% | - |
| XYZ | 55.47 | 57.85 | 10.72 | - |
| YUV | 191.34 | 45.41 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 45 | 0 | 0.18 | 0.81 | 0.07 | 46.94 | 0.85 | 0.55 |
| Hex | EE | C4 | 2D | 0 | 12 | 51 | 7 | 2F | 55 | 37 |
| Octal | 356 | 304 | 55 | 0 | 22 | 121 | 7 | 57 | 125 | 67 |
| Binary | 11101110 | 11000100 | 101101 | 0 | 10010 | 1010001 | 111 | 101111 | 1010101 | 110111 |
Color Harmonies of #EEC42D
Complementary color
Monochromatic Colors of #EEC42D
Black with #EEC42D
Text Example
Text Example
White with #EEC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC42D; }
p { color: rgb(238,196,45); }
H1.HeaderClassName
{
color: #EEC42D;
}
.AnyTagClassName
{
color: #EEC42D;
}
</style>
background-color css
<style>
a { background-color: #EEC42D; }
a { background-color: rgb(238,196,45); }
div.DivClassName
{
background-color: #EEC42D;
}
.BgClassName
{
background-color: #EEC42D;
}
</style>
border-color css
<style>
span { border-color: #EEC42D; }
span { border-color: rgb(238,196,45); }
td.TdClassName
{
border-color: #EEC42D;
}
.TagClassName
{
border-color: #EEC42D;
}
</style>