Shades of Saffron #ECC434
Tints of Saffron #ECC434
RGB
CMYK
RGB Variations
Color information
#ECC434 (or 0xECC434) is known color: Saffron. HEX triplet: EC, C4 and 34. RGB value is (236,196,52). Sum of RGB (Red+Green+Blue) = 236+196+52=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC434 is #133BCB. Grayscale: #C0C0C0. Windows color (decimal): -1260492 or 3458284. OLE color: 3458284.
HSL color Cylindrical-coordinate representation of color #ECC434: hue angle of 46.96º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECC434 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 52 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.07 |
| HSL | 46.96º | 0.83% | 0.56% | - |
| HSV(B) | 46.96º | 0.78% | 0.93% | - |
| XYZ | 54.95 | 57.56 | 11.46 | - |
| YUV | 191.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 52 | 0 | 0.17 | 0.78 | 0.07 | 46.96 | 0.83 | 0.56 |
| Hex | EC | C4 | 34 | 0 | 11 | 4E | 7 | 2F | 53 | 38 |
| Octal | 354 | 304 | 64 | 0 | 21 | 116 | 7 | 57 | 123 | 70 |
| Binary | 11101100 | 11000100 | 110100 | 0 | 10001 | 1001110 | 111 | 101111 | 1010011 | 111000 |
Color Harmonies of #ECC434
Complementary color
Monochromatic Colors of #ECC434
Black with #ECC434
Text Example
Text Example
White with #ECC434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC434; }
p { color: rgb(236,196,52); }
H1.HeaderClassName
{
color: #ECC434;
}
.AnyTagClassName
{
color: #ECC434;
}
</style>
background-color css
<style>
a { background-color: #ECC434; }
a { background-color: rgb(236,196,52); }
div.DivClassName
{
background-color: #ECC434;
}
.BgClassName
{
background-color: #ECC434;
}
</style>
border-color css
<style>
span { border-color: #ECC434; }
span { border-color: rgb(236,196,52); }
td.TdClassName
{
border-color: #ECC434;
}
.TagClassName
{
border-color: #ECC434;
}
</style>