Shades of Saffron #ECC03D
Tints of Saffron #ECC03D
RGB
CMYK
RGB Variations
Color information
#ECC03D (or 0xECC03D) is known color: Saffron. HEX triplet: EC, C0 and 3D. RGB value is (236,192,61). Sum of RGB (Red+Green+Blue) = 236+192+61=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC03D is #133FC2. Grayscale: #BEBEBE. Windows color (decimal): -1261507 or 4047084. OLE color: 4047084.
HSL color Cylindrical-coordinate representation of color #ECC03D: hue angle of 44.91º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECC03D is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 61 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.07 |
| HSL | 44.91º | 0.82% | 0.58% | - |
| HSV(B) | 44.91º | 0.74% | 0.93% | - |
| XYZ | 54.28 | 55.87 | 12.34 | - |
| YUV | 190.22 | 55.08 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 61 | 0 | 0.19 | 0.74 | 0.07 | 44.91 | 0.82 | 0.58 |
| Hex | EC | C0 | 3D | 0 | 13 | 4A | 7 | 2D | 52 | 3A |
| Octal | 354 | 300 | 75 | 0 | 23 | 112 | 7 | 55 | 122 | 72 |
| Binary | 11101100 | 11000000 | 111101 | 0 | 10011 | 1001010 | 111 | 101101 | 1010010 | 111010 |
Color Harmonies of #ECC03D
Complementary color
Monochromatic Colors of #ECC03D
Black with #ECC03D
Text Example
Text Example
White with #ECC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC03D; }
p { color: rgb(236,192,61); }
H1.HeaderClassName
{
color: #ECC03D;
}
.AnyTagClassName
{
color: #ECC03D;
}
</style>
background-color css
<style>
a { background-color: #ECC03D; }
a { background-color: rgb(236,192,61); }
div.DivClassName
{
background-color: #ECC03D;
}
.BgClassName
{
background-color: #ECC03D;
}
</style>
border-color css
<style>
span { border-color: #ECC03D; }
span { border-color: rgb(236,192,61); }
td.TdClassName
{
border-color: #ECC03D;
}
.TagClassName
{
border-color: #ECC03D;
}
</style>