Shades of Saffron #EECB38
Tints of Saffron #EECB38
RGB
CMYK
RGB Variations
Color information
#EECB38 (or 0xEECB38) is known color: Saffron. HEX triplet: EE, CB and 38. RGB value is (238,203,56). Sum of RGB (Red+Green+Blue) = 238+203+56=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 56 (22.27% from 255 or 11.27% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB38 is #1134C7. Grayscale: #C5C5C5. Windows color (decimal): -1127624 or 3722222. OLE color: 3722222.
HSL color Cylindrical-coordinate representation of color #EECB38: hue angle of 48.46º 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 #EECB38 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 56 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.07 |
| HSL | 48.46º | 0.84% | 0.58% | - |
| HSV(B) | 48.46º | 0.76% | 0.93% | - |
| XYZ | 57.33 | 61.17 | 12.53 | - |
| YUV | 196.71 | 48.6 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 56 | 0 | 0.15 | 0.76 | 0.07 | 48.46 | 0.84 | 0.58 |
| Hex | EE | CB | 38 | 0 | F | 4C | 7 | 30 | 54 | 3A |
| Octal | 356 | 313 | 70 | 0 | 17 | 114 | 7 | 60 | 124 | 72 |
| Binary | 11101110 | 11001011 | 111000 | 0 | 1111 | 1001100 | 111 | 110000 | 1010100 | 111010 |
Color Harmonies of #EECB38
Complementary color
Monochromatic Colors of #EECB38
Black with #EECB38
Text Example
Text Example
White with #EECB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB38; }
p { color: rgb(238,203,56); }
H1.HeaderClassName
{
color: #EECB38;
}
.AnyTagClassName
{
color: #EECB38;
}
</style>
background-color css
<style>
a { background-color: #EECB38; }
a { background-color: rgb(238,203,56); }
div.DivClassName
{
background-color: #EECB38;
}
.BgClassName
{
background-color: #EECB38;
}
</style>
border-color css
<style>
span { border-color: #EECB38; }
span { border-color: rgb(238,203,56); }
td.TdClassName
{
border-color: #EECB38;
}
.TagClassName
{
border-color: #EECB38;
}
</style>