Shades of Saffron #ECC433
Tints of Saffron #ECC433
RGB
CMYK
RGB Variations
Color information
#ECC433 (or 0xECC433) is known color: Saffron. HEX triplet: EC, C4 and 33. RGB value is (236,196,51). Sum of RGB (Red+Green+Blue) = 236+196+51=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 51 (20.31% from 255 or 10.56% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC433 is #133BCC. Grayscale: #C0C0C0. Windows color (decimal): -1260493 or 3392748. OLE color: 3392748.
HSL color Cylindrical-coordinate representation of color #ECC433: hue angle of 47.03º 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 #ECC433 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 51 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.07 |
| HSL | 47.03º | 0.83% | 0.56% | - |
| HSV(B) | 47.03º | 0.78% | 0.93% | - |
| XYZ | 54.93 | 57.55 | 11.35 | - |
| YUV | 191.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 51 | 0 | 0.17 | 0.78 | 0.07 | 47.03 | 0.83 | 0.56 |
| Hex | EC | C4 | 33 | 0 | 11 | 4E | 7 | 2F | 53 | 38 |
| Octal | 354 | 304 | 63 | 0 | 21 | 116 | 7 | 57 | 123 | 70 |
| Binary | 11101100 | 11000100 | 110011 | 0 | 10001 | 1001110 | 111 | 101111 | 1010011 | 111000 |
Color Harmonies of #ECC433
Complementary color
Monochromatic Colors of #ECC433
Black with #ECC433
Text Example
Text Example
White with #ECC433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC433; }
p { color: rgb(236,196,51); }
H1.HeaderClassName
{
color: #ECC433;
}
.AnyTagClassName
{
color: #ECC433;
}
</style>
background-color css
<style>
a { background-color: #ECC433; }
a { background-color: rgb(236,196,51); }
div.DivClassName
{
background-color: #ECC433;
}
.BgClassName
{
background-color: #ECC433;
}
</style>
border-color css
<style>
span { border-color: #ECC433; }
span { border-color: rgb(236,196,51); }
td.TdClassName
{
border-color: #ECC433;
}
.TagClassName
{
border-color: #ECC433;
}
</style>