Shades of Saffron #ECC236
Tints of Saffron #ECC236
RGB
CMYK
RGB Variations
Color information
#ECC236 (or 0xECC236) is known color: Saffron. HEX triplet: EC, C2 and 36. RGB value is (236,194,54). Sum of RGB (Red+Green+Blue) = 236+194+54=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC236 is #133DC9. Grayscale: #BFBFBF. Windows color (decimal): -1261002 or 3588844. OLE color: 3588844.
HSL color Cylindrical-coordinate representation of color #ECC236: hue angle of 46.15º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECC236 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 54 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.07 |
| HSL | 46.15º | 0.83% | 0.57% | - |
| HSV(B) | 46.15º | 0.77% | 0.93% | - |
| XYZ | 54.55 | 56.68 | 11.56 | - |
| YUV | 190.6 | 50.91 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 54 | 0 | 0.18 | 0.77 | 0.07 | 46.15 | 0.83 | 0.57 |
| Hex | EC | C2 | 36 | 0 | 12 | 4D | 7 | 2E | 53 | 39 |
| Octal | 354 | 302 | 66 | 0 | 22 | 115 | 7 | 56 | 123 | 71 |
| Binary | 11101100 | 11000010 | 110110 | 0 | 10010 | 1001101 | 111 | 101110 | 1010011 | 111001 |
Color Harmonies of #ECC236
Complementary color
Monochromatic Colors of #ECC236
Black with #ECC236
Text Example
Text Example
White with #ECC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC236; }
p { color: rgb(236,194,54); }
H1.HeaderClassName
{
color: #ECC236;
}
.AnyTagClassName
{
color: #ECC236;
}
</style>
background-color css
<style>
a { background-color: #ECC236; }
a { background-color: rgb(236,194,54); }
div.DivClassName
{
background-color: #ECC236;
}
.BgClassName
{
background-color: #ECC236;
}
</style>
border-color css
<style>
span { border-color: #ECC236; }
span { border-color: rgb(236,194,54); }
td.TdClassName
{
border-color: #ECC236;
}
.TagClassName
{
border-color: #ECC236;
}
</style>