Shades of Saffron #ECC73B
Tints of Saffron #ECC73B
RGB
CMYK
RGB Variations
Color information
#ECC73B (or 0xECC73B) is known color: Saffron. HEX triplet: EC, C7 and 3B. RGB value is (236,199,59). Sum of RGB (Red+Green+Blue) = 236+199+59=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC73B is #1338C4. Grayscale: #C2C2C2. Windows color (decimal): -1259717 or 3917804. OLE color: 3917804.
HSL color Cylindrical-coordinate representation of color #ECC73B: hue angle of 47.46º 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 #ECC73B is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 59 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.07 |
| HSL | 47.46º | 0.82% | 0.58% | - |
| HSV(B) | 47.46º | 0.75% | 0.93% | - |
| XYZ | 55.8 | 59 | 12.58 | - |
| YUV | 194.1 | 51.76 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 59 | 0 | 0.16 | 0.75 | 0.07 | 47.46 | 0.82 | 0.58 |
| Hex | EC | C7 | 3B | 0 | 10 | 4B | 7 | 2F | 52 | 3A |
| Octal | 354 | 307 | 73 | 0 | 20 | 113 | 7 | 57 | 122 | 72 |
| Binary | 11101100 | 11000111 | 111011 | 0 | 10000 | 1001011 | 111 | 101111 | 1010010 | 111010 |
Color Harmonies of #ECC73B
Complementary color
Monochromatic Colors of #ECC73B
Black with #ECC73B
Text Example
Text Example
White with #ECC73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC73B; }
p { color: rgb(236,199,59); }
H1.HeaderClassName
{
color: #ECC73B;
}
.AnyTagClassName
{
color: #ECC73B;
}
</style>
background-color css
<style>
a { background-color: #ECC73B; }
a { background-color: rgb(236,199,59); }
div.DivClassName
{
background-color: #ECC73B;
}
.BgClassName
{
background-color: #ECC73B;
}
</style>
border-color css
<style>
span { border-color: #ECC73B; }
span { border-color: rgb(236,199,59); }
td.TdClassName
{
border-color: #ECC73B;
}
.TagClassName
{
border-color: #ECC73B;
}
</style>