Shades of Saffron #ECC53B
Tints of Saffron #ECC53B
RGB
CMYK
RGB Variations
Color information
#ECC53B (or 0xECC53B) is known color: Saffron. HEX triplet: EC, C5 and 3B. RGB value is (236,197,59). Sum of RGB (Red+Green+Blue) = 236+197+59=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC53B is #133AC4. Grayscale: #C1C1C1. Windows color (decimal): -1260229 or 3917292. OLE color: 3917292.
HSL color Cylindrical-coordinate representation of color #ECC53B: hue angle of 46.78º 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 #ECC53B is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 59 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.07 |
| HSL | 46.78º | 0.82% | 0.58% | - |
| HSV(B) | 46.78º | 0.75% | 0.93% | - |
| XYZ | 55.35 | 58.08 | 12.43 | - |
| YUV | 192.93 | 52.42 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 59 | 0 | 0.17 | 0.75 | 0.07 | 46.78 | 0.82 | 0.58 |
| Hex | EC | C5 | 3B | 0 | 11 | 4B | 7 | 2F | 52 | 3A |
| Octal | 354 | 305 | 73 | 0 | 21 | 113 | 7 | 57 | 122 | 72 |
| Binary | 11101100 | 11000101 | 111011 | 0 | 10001 | 1001011 | 111 | 101111 | 1010010 | 111010 |
Color Harmonies of #ECC53B
Complementary color
Monochromatic Colors of #ECC53B
Black with #ECC53B
Text Example
Text Example
White with #ECC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC53B; }
p { color: rgb(236,197,59); }
H1.HeaderClassName
{
color: #ECC53B;
}
.AnyTagClassName
{
color: #ECC53B;
}
</style>
background-color css
<style>
a { background-color: #ECC53B; }
a { background-color: rgb(236,197,59); }
div.DivClassName
{
background-color: #ECC53B;
}
.BgClassName
{
background-color: #ECC53B;
}
</style>
border-color css
<style>
span { border-color: #ECC53B; }
span { border-color: rgb(236,197,59); }
td.TdClassName
{
border-color: #ECC53B;
}
.TagClassName
{
border-color: #ECC53B;
}
</style>