Shades of Saffron #ECC93A
Tints of Saffron #ECC93A
RGB
CMYK
RGB Variations
Color information
#ECC93A (or 0xECC93A) is known color: Saffron. HEX triplet: EC, C9 and 3A. RGB value is (236,201,58). Sum of RGB (Red+Green+Blue) = 236+201+58=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC93A is #1336C5. Grayscale: #C3C3C3. Windows color (decimal): -1259206 or 3852780. OLE color: 3852780.
HSL color Cylindrical-coordinate representation of color #ECC93A: hue angle of 48.2º 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 #ECC93A is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 58 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.07 |
| HSL | 48.2º | 0.82% | 0.58% | - |
| HSV(B) | 48.2º | 0.75% | 0.93% | - |
| XYZ | 56.24 | 59.91 | 12.6 | - |
| YUV | 195.16 | 50.6 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 58 | 0 | 0.15 | 0.75 | 0.07 | 48.2 | 0.82 | 0.58 |
| Hex | EC | C9 | 3A | 0 | F | 4B | 7 | 30 | 52 | 3A |
| Octal | 354 | 311 | 72 | 0 | 17 | 113 | 7 | 60 | 122 | 72 |
| Binary | 11101100 | 11001001 | 111010 | 0 | 1111 | 1001011 | 111 | 110000 | 1010010 | 111010 |
Color Harmonies of #ECC93A
Complementary color
Monochromatic Colors of #ECC93A
Black with #ECC93A
Text Example
Text Example
White with #ECC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC93A; }
p { color: rgb(236,201,58); }
H1.HeaderClassName
{
color: #ECC93A;
}
.AnyTagClassName
{
color: #ECC93A;
}
</style>
background-color css
<style>
a { background-color: #ECC93A; }
a { background-color: rgb(236,201,58); }
div.DivClassName
{
background-color: #ECC93A;
}
.BgClassName
{
background-color: #ECC93A;
}
</style>
border-color css
<style>
span { border-color: #ECC93A; }
span { border-color: rgb(236,201,58); }
td.TdClassName
{
border-color: #ECC93A;
}
.TagClassName
{
border-color: #ECC93A;
}
</style>