Shades of Saffron #ECC63B
Tints of Saffron #ECC63B
RGB
CMYK
RGB Variations
Color information
#ECC63B (or 0xECC63B) is known color: Saffron. HEX triplet: EC, C6 and 3B. RGB value is (236,198,59). Sum of RGB (Red+Green+Blue) = 236+198+59=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 59 (23.44% from 255 or 11.97% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC63B is #1339C4. Grayscale: #C2C2C2. Windows color (decimal): -1259973 or 3917548. OLE color: 3917548.
HSL color Cylindrical-coordinate representation of color #ECC63B: hue angle of 47.12º 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 #ECC63B is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 59 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.07 |
| HSL | 47.12º | 0.82% | 0.58% | - |
| HSV(B) | 47.12º | 0.75% | 0.93% | - |
| XYZ | 55.58 | 58.54 | 12.51 | - |
| YUV | 193.52 | 52.09 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 59 | 0 | 0.16 | 0.75 | 0.07 | 47.12 | 0.82 | 0.58 |
| Hex | EC | C6 | 3B | 0 | 10 | 4B | 7 | 2F | 52 | 3A |
| Octal | 354 | 306 | 73 | 0 | 20 | 113 | 7 | 57 | 122 | 72 |
| Binary | 11101100 | 11000110 | 111011 | 0 | 10000 | 1001011 | 111 | 101111 | 1010010 | 111010 |
Color Harmonies of #ECC63B
Complementary color
Monochromatic Colors of #ECC63B
Black with #ECC63B
Text Example
Text Example
White with #ECC63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC63B; }
p { color: rgb(236,198,59); }
H1.HeaderClassName
{
color: #ECC63B;
}
.AnyTagClassName
{
color: #ECC63B;
}
</style>
background-color css
<style>
a { background-color: #ECC63B; }
a { background-color: rgb(236,198,59); }
div.DivClassName
{
background-color: #ECC63B;
}
.BgClassName
{
background-color: #ECC63B;
}
</style>
border-color css
<style>
span { border-color: #ECC63B; }
span { border-color: rgb(236,198,59); }
td.TdClassName
{
border-color: #ECC63B;
}
.TagClassName
{
border-color: #ECC63B;
}
</style>