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