Shades of Saffron #EEC03C
Tints of Saffron #EEC03C
RGB
CMYK
RGB Variations
Color information
#EEC03C (or 0xEEC03C) is known color: Saffron. HEX triplet: EE, C0 and 3C. RGB value is (238,192,60). Sum of RGB (Red+Green+Blue) = 238+192+60=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC03C is #113FC3. Grayscale: #BFBFBF. Windows color (decimal): -1130436 or 3981550. OLE color: 3981550.
HSL color Cylindrical-coordinate representation of color #EEC03C: hue angle of 44.49º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEC03C is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 60 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.07 |
| HSL | 44.49º | 0.84% | 0.58% | - |
| HSV(B) | 44.49º | 0.75% | 0.93% | - |
| XYZ | 54.93 | 56.2 | 12.23 | - |
| YUV | 190.71 | 54.24 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 60 | 0 | 0.19 | 0.75 | 0.07 | 44.49 | 0.84 | 0.58 |
| Hex | EE | C0 | 3C | 0 | 13 | 4B | 7 | 2C | 54 | 3A |
| Octal | 356 | 300 | 74 | 0 | 23 | 113 | 7 | 54 | 124 | 72 |
| Binary | 11101110 | 11000000 | 111100 | 0 | 10011 | 1001011 | 111 | 101100 | 1010100 | 111010 |
Color Harmonies of #EEC03C
Complementary color
Monochromatic Colors of #EEC03C
Black with #EEC03C
Text Example
Text Example
White with #EEC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC03C; }
p { color: rgb(238,192,60); }
H1.HeaderClassName
{
color: #EEC03C;
}
.AnyTagClassName
{
color: #EEC03C;
}
</style>
background-color css
<style>
a { background-color: #EEC03C; }
a { background-color: rgb(238,192,60); }
div.DivClassName
{
background-color: #EEC03C;
}
.BgClassName
{
background-color: #EEC03C;
}
</style>
border-color css
<style>
span { border-color: #EEC03C; }
span { border-color: rgb(238,192,60); }
td.TdClassName
{
border-color: #EEC03C;
}
.TagClassName
{
border-color: #EEC03C;
}
</style>