Shades of Saffron #ECC33B
Tints of Saffron #ECC33B
RGB
CMYK
RGB Variations
Color information
#ECC33B (or 0xECC33B) is known color: Saffron. HEX triplet: EC, C3 and 3B. RGB value is (236,195,59). Sum of RGB (Red+Green+Blue) = 236+195+59=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 59 (23.44% from 255 or 12.04% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC33B is #133CC4. Grayscale: #C0C0C0. Windows color (decimal): -1260741 or 3916780. OLE color: 3916780.
HSL color Cylindrical-coordinate representation of color #ECC33B: hue angle of 46.1º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECC33B is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 59 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.07 |
| HSL | 46.1º | 0.82% | 0.58% | - |
| HSV(B) | 46.1º | 0.75% | 0.93% | - |
| XYZ | 54.9 | 57.18 | 12.28 | - |
| YUV | 191.76 | 53.08 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 59 | 0 | 0.17 | 0.75 | 0.07 | 46.1 | 0.82 | 0.58 |
| Hex | EC | C3 | 3B | 0 | 11 | 4B | 7 | 2E | 52 | 3A |
| Octal | 354 | 303 | 73 | 0 | 21 | 113 | 7 | 56 | 122 | 72 |
| Binary | 11101100 | 11000011 | 111011 | 0 | 10001 | 1001011 | 111 | 101110 | 1010010 | 111010 |
Color Harmonies of #ECC33B
Complementary color
Monochromatic Colors of #ECC33B
Black with #ECC33B
Text Example
Text Example
White with #ECC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC33B; }
p { color: rgb(236,195,59); }
H1.HeaderClassName
{
color: #ECC33B;
}
.AnyTagClassName
{
color: #ECC33B;
}
</style>
background-color css
<style>
a { background-color: #ECC33B; }
a { background-color: rgb(236,195,59); }
div.DivClassName
{
background-color: #ECC33B;
}
.BgClassName
{
background-color: #ECC33B;
}
</style>
border-color css
<style>
span { border-color: #ECC33B; }
span { border-color: rgb(236,195,59); }
td.TdClassName
{
border-color: #ECC33B;
}
.TagClassName
{
border-color: #ECC33B;
}
</style>