Shades of Saffron #ECC732
Tints of Saffron #ECC732
RGB
CMYK
RGB Variations
Color information
#ECC732 (or 0xECC732) is known color: Saffron. HEX triplet: EC, C7 and 32. RGB value is (236,199,50). Sum of RGB (Red+Green+Blue) = 236+199+50=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC732 is #1338CD. Grayscale: #C1C1C1. Windows color (decimal): -1259726 or 3327980. OLE color: 3327980.
HSL color Cylindrical-coordinate representation of color #ECC732: hue angle of 48.06º 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 #ECC732 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 50 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.07 |
| HSL | 48.06º | 0.83% | 0.56% | - |
| HSV(B) | 48.06º | 0.79% | 0.93% | - |
| XYZ | 55.59 | 58.91 | 11.46 | - |
| YUV | 193.08 | 47.26 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 50 | 0 | 0.16 | 0.79 | 0.07 | 48.06 | 0.83 | 0.56 |
| Hex | EC | C7 | 32 | 0 | 10 | 4F | 7 | 30 | 53 | 38 |
| Octal | 354 | 307 | 62 | 0 | 20 | 117 | 7 | 60 | 123 | 70 |
| Binary | 11101100 | 11000111 | 110010 | 0 | 10000 | 1001111 | 111 | 110000 | 1010011 | 111000 |
Color Harmonies of #ECC732
Complementary color
Monochromatic Colors of #ECC732
Black with #ECC732
Text Example
Text Example
White with #ECC732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC732; }
p { color: rgb(236,199,50); }
H1.HeaderClassName
{
color: #ECC732;
}
.AnyTagClassName
{
color: #ECC732;
}
</style>
background-color css
<style>
a { background-color: #ECC732; }
a { background-color: rgb(236,199,50); }
div.DivClassName
{
background-color: #ECC732;
}
.BgClassName
{
background-color: #ECC732;
}
</style>
border-color css
<style>
span { border-color: #ECC732; }
span { border-color: rgb(236,199,50); }
td.TdClassName
{
border-color: #ECC732;
}
.TagClassName
{
border-color: #ECC732;
}
</style>