Shades of Saffron #ECC03C
Tints of Saffron #ECC03C
RGB
CMYK
RGB Variations
Color information
#ECC03C (or 0xECC03C) is known color: Saffron. HEX triplet: EC, C0 and 3C. RGB value is (236,192,60). Sum of RGB (Red+Green+Blue) = 236+192+60=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC03C is #133FC3. Grayscale: #BEBEBE. Windows color (decimal): -1261508 or 3981548. OLE color: 3981548.
HSL color Cylindrical-coordinate representation of color #ECC03C: hue angle of 45º degrees, saturation: 0.82, 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 #ECC03C is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 60 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.07 |
| HSL | 45º | 0.82% | 0.58% | - |
| HSV(B) | 45º | 0.75% | 0.93% | - |
| XYZ | 54.26 | 55.86 | 12.2 | - |
| YUV | 190.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 60 | 0 | 0.19 | 0.75 | 0.07 | 45 | 0.82 | 0.58 |
| Hex | EC | C0 | 3C | 0 | 13 | 4B | 7 | 2D | 52 | 3A |
| Octal | 354 | 300 | 74 | 0 | 23 | 113 | 7 | 55 | 122 | 72 |
| Binary | 11101100 | 11000000 | 111100 | 0 | 10011 | 1001011 | 111 | 101101 | 1010010 | 111010 |
Color Harmonies of #ECC03C
Complementary color
Monochromatic Colors of #ECC03C
Black with #ECC03C
Text Example
Text Example
White with #ECC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC03C; }
p { color: rgb(236,192,60); }
H1.HeaderClassName
{
color: #ECC03C;
}
.AnyTagClassName
{
color: #ECC03C;
}
</style>
background-color css
<style>
a { background-color: #ECC03C; }
a { background-color: rgb(236,192,60); }
div.DivClassName
{
background-color: #ECC03C;
}
.BgClassName
{
background-color: #ECC03C;
}
</style>
border-color css
<style>
span { border-color: #ECC03C; }
span { border-color: rgb(236,192,60); }
td.TdClassName
{
border-color: #ECC03C;
}
.TagClassName
{
border-color: #ECC03C;
}
</style>