Shades of Saffron #ECC039
Tints of Saffron #ECC039
RGB
CMYK
RGB Variations
Color information
#ECC039 (or 0xECC039) is known color: Saffron. HEX triplet: EC, C0 and 39. RGB value is (236,192,57). Sum of RGB (Red+Green+Blue) = 236+192+57=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 57 (22.66% from 255 or 11.75% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC039 is #133FC6. Grayscale: #BEBEBE. Windows color (decimal): -1261511 or 3784940. OLE color: 3784940.
HSL color Cylindrical-coordinate representation of color #ECC039: hue angle of 45.25º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECC039 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 57 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.07 |
| HSL | 45.25º | 0.82% | 0.57% | - |
| HSV(B) | 45.25º | 0.76% | 0.93% | - |
| XYZ | 54.18 | 55.83 | 11.79 | - |
| YUV | 189.77 | 53.08 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 57 | 0 | 0.19 | 0.76 | 0.07 | 45.25 | 0.82 | 0.57 |
| Hex | EC | C0 | 39 | 0 | 13 | 4C | 7 | 2D | 52 | 39 |
| Octal | 354 | 300 | 71 | 0 | 23 | 114 | 7 | 55 | 122 | 71 |
| Binary | 11101100 | 11000000 | 111001 | 0 | 10011 | 1001100 | 111 | 101101 | 1010010 | 111001 |
Color Harmonies of #ECC039
Complementary color
Monochromatic Colors of #ECC039
Black with #ECC039
Text Example
Text Example
White with #ECC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC039; }
p { color: rgb(236,192,57); }
H1.HeaderClassName
{
color: #ECC039;
}
.AnyTagClassName
{
color: #ECC039;
}
</style>
background-color css
<style>
a { background-color: #ECC039; }
a { background-color: rgb(236,192,57); }
div.DivClassName
{
background-color: #ECC039;
}
.BgClassName
{
background-color: #ECC039;
}
</style>
border-color css
<style>
span { border-color: #ECC039; }
span { border-color: rgb(236,192,57); }
td.TdClassName
{
border-color: #ECC039;
}
.TagClassName
{
border-color: #ECC039;
}
</style>