Shades of Saffron #EEC038
Tints of Saffron #EEC038
RGB
CMYK
RGB Variations
Color information
#EEC038 (or 0xEEC038) is known color: Saffron. HEX triplet: EE, C0 and 38. RGB value is (238,192,56). Sum of RGB (Red+Green+Blue) = 238+192+56=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 56 (22.27% from 255 or 11.52% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC038 is #113FC7. Grayscale: #BEBEBE. Windows color (decimal): -1130440 or 3719406. OLE color: 3719406.
HSL color Cylindrical-coordinate representation of color #EEC038: hue angle of 44.84º 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 #EEC038 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 56 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.07 |
| HSL | 44.84º | 0.84% | 0.58% | - |
| HSV(B) | 44.84º | 0.76% | 0.93% | - |
| XYZ | 54.82 | 56.16 | 11.69 | - |
| YUV | 190.25 | 52.24 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 56 | 0 | 0.19 | 0.76 | 0.07 | 44.84 | 0.84 | 0.58 |
| Hex | EE | C0 | 38 | 0 | 13 | 4C | 7 | 2D | 54 | 3A |
| Octal | 356 | 300 | 70 | 0 | 23 | 114 | 7 | 55 | 124 | 72 |
| Binary | 11101110 | 11000000 | 111000 | 0 | 10011 | 1001100 | 111 | 101101 | 1010100 | 111010 |
Color Harmonies of #EEC038
Complementary color
Monochromatic Colors of #EEC038
Black with #EEC038
Text Example
Text Example
White with #EEC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC038; }
p { color: rgb(238,192,56); }
H1.HeaderClassName
{
color: #EEC038;
}
.AnyTagClassName
{
color: #EEC038;
}
</style>
background-color css
<style>
a { background-color: #EEC038; }
a { background-color: rgb(238,192,56); }
div.DivClassName
{
background-color: #EEC038;
}
.BgClassName
{
background-color: #EEC038;
}
</style>
border-color css
<style>
span { border-color: #EEC038; }
span { border-color: rgb(238,192,56); }
td.TdClassName
{
border-color: #EEC038;
}
.TagClassName
{
border-color: #EEC038;
}
</style>