Shades of Saffron #ECC332
Tints of Saffron #ECC332
RGB
CMYK
RGB Variations
Color information
#ECC332 (or 0xECC332) is known color: Saffron. HEX triplet: EC, C3 and 32. RGB value is (236,195,50). Sum of RGB (Red+Green+Blue) = 236+195+50=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC332 is #133CCD. Grayscale: #BFBFBF. Windows color (decimal): -1260750 or 3326956. OLE color: 3326956.
HSL color Cylindrical-coordinate representation of color #ECC332: hue angle of 46.77º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECC332 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 50 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.07 |
| HSL | 46.77º | 0.83% | 0.56% | - |
| HSV(B) | 46.77º | 0.79% | 0.93% | - |
| XYZ | 54.68 | 57.09 | 11.16 | - |
| YUV | 190.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 50 | 0 | 0.17 | 0.79 | 0.07 | 46.77 | 0.83 | 0.56 |
| Hex | EC | C3 | 32 | 0 | 11 | 4F | 7 | 2F | 53 | 38 |
| Octal | 354 | 303 | 62 | 0 | 21 | 117 | 7 | 57 | 123 | 70 |
| Binary | 11101100 | 11000011 | 110010 | 0 | 10001 | 1001111 | 111 | 101111 | 1010011 | 111000 |
Color Harmonies of #ECC332
Complementary color
Monochromatic Colors of #ECC332
Black with #ECC332
Text Example
Text Example
White with #ECC332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC332; }
p { color: rgb(236,195,50); }
H1.HeaderClassName
{
color: #ECC332;
}
.AnyTagClassName
{
color: #ECC332;
}
</style>
background-color css
<style>
a { background-color: #ECC332; }
a { background-color: rgb(236,195,50); }
div.DivClassName
{
background-color: #ECC332;
}
.BgClassName
{
background-color: #ECC332;
}
</style>
border-color css
<style>
span { border-color: #ECC332; }
span { border-color: rgb(236,195,50); }
td.TdClassName
{
border-color: #ECC332;
}
.TagClassName
{
border-color: #ECC332;
}
</style>