Shades of Saffron #ECC03B
Tints of Saffron #ECC03B
RGB
CMYK
RGB Variations
Color information
#ECC03B (or 0xECC03B) is known color: Saffron. HEX triplet: EC, C0 and 3B. RGB value is (236,192,59). Sum of RGB (Red+Green+Blue) = 236+192+59=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 59 (23.44% from 255 or 12.11% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC03B is #133FC4. Grayscale: #BEBEBE. Windows color (decimal): -1261509 or 3916012. OLE color: 3916012.
HSL color Cylindrical-coordinate representation of color #ECC03B: hue angle of 45.08º 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 #ECC03B is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 59 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.07 |
| HSL | 45.08º | 0.82% | 0.58% | - |
| HSV(B) | 45.08º | 0.75% | 0.93% | - |
| XYZ | 54.23 | 55.85 | 12.06 | - |
| YUV | 189.99 | 54.08 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 59 | 0 | 0.19 | 0.75 | 0.07 | 45.08 | 0.82 | 0.58 |
| Hex | EC | C0 | 3B | 0 | 13 | 4B | 7 | 2D | 52 | 3A |
| Octal | 354 | 300 | 73 | 0 | 23 | 113 | 7 | 55 | 122 | 72 |
| Binary | 11101100 | 11000000 | 111011 | 0 | 10011 | 1001011 | 111 | 101101 | 1010010 | 111010 |
Color Harmonies of #ECC03B
Complementary color
Monochromatic Colors of #ECC03B
Black with #ECC03B
Text Example
Text Example
White with #ECC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC03B; }
p { color: rgb(236,192,59); }
H1.HeaderClassName
{
color: #ECC03B;
}
.AnyTagClassName
{
color: #ECC03B;
}
</style>
background-color css
<style>
a { background-color: #ECC03B; }
a { background-color: rgb(236,192,59); }
div.DivClassName
{
background-color: #ECC03B;
}
.BgClassName
{
background-color: #ECC03B;
}
</style>
border-color css
<style>
span { border-color: #ECC03B; }
span { border-color: rgb(236,192,59); }
td.TdClassName
{
border-color: #ECC03B;
}
.TagClassName
{
border-color: #ECC03B;
}
</style>