Shades of Saffron #EECB39
Tints of Saffron #EECB39
RGB
CMYK
RGB Variations
Color information
#EECB39 (or 0xEECB39) is known color: Saffron. HEX triplet: EE, CB and 39. RGB value is (238,203,57). Sum of RGB (Red+Green+Blue) = 238+203+57=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 57 (22.66% from 255 or 11.45% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB39 is #1134C6. Grayscale: #C5C5C5. Windows color (decimal): -1127623 or 3787758. OLE color: 3787758.
HSL color Cylindrical-coordinate representation of color #EECB39: hue angle of 48.4º 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 #EECB39 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 57 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.07 |
| HSL | 48.4º | 0.84% | 0.58% | - |
| HSV(B) | 48.4º | 0.76% | 0.93% | - |
| XYZ | 57.35 | 61.18 | 12.66 | - |
| YUV | 196.82 | 49.1 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 57 | 0 | 0.15 | 0.76 | 0.07 | 48.4 | 0.84 | 0.58 |
| Hex | EE | CB | 39 | 0 | F | 4C | 7 | 30 | 54 | 3A |
| Octal | 356 | 313 | 71 | 0 | 17 | 114 | 7 | 60 | 124 | 72 |
| Binary | 11101110 | 11001011 | 111001 | 0 | 1111 | 1001100 | 111 | 110000 | 1010100 | 111010 |
Color Harmonies of #EECB39
Complementary color
Monochromatic Colors of #EECB39
Black with #EECB39
Text Example
Text Example
White with #EECB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB39; }
p { color: rgb(238,203,57); }
H1.HeaderClassName
{
color: #EECB39;
}
.AnyTagClassName
{
color: #EECB39;
}
</style>
background-color css
<style>
a { background-color: #EECB39; }
a { background-color: rgb(238,203,57); }
div.DivClassName
{
background-color: #EECB39;
}
.BgClassName
{
background-color: #EECB39;
}
</style>
border-color css
<style>
span { border-color: #EECB39; }
span { border-color: rgb(238,203,57); }
td.TdClassName
{
border-color: #EECB39;
}
.TagClassName
{
border-color: #EECB39;
}
</style>