Shades of Saffron #ECC13E
Tints of Saffron #ECC13E
RGB
CMYK
RGB Variations
Color information
#ECC13E (or 0xECC13E) is known color: Saffron. HEX triplet: EC, C1 and 3E. RGB value is (236,193,62). Sum of RGB (Red+Green+Blue) = 236+193+62=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 62 (24.61% from 255 or 12.63% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC13E is #133EC1. Grayscale: #BFBFBF. Windows color (decimal): -1261250 or 4112876. OLE color: 4112876.
HSL color Cylindrical-coordinate representation of color #ECC13E: hue angle of 45.17º 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 #ECC13E is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 62 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.07 |
| HSL | 45.17º | 0.82% | 0.58% | - |
| HSV(B) | 45.17º | 0.74% | 0.93% | - |
| XYZ | 54.53 | 56.32 | 12.55 | - |
| YUV | 190.92 | 55.25 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 62 | 0 | 0.18 | 0.74 | 0.07 | 45.17 | 0.82 | 0.58 |
| Hex | EC | C1 | 3E | 0 | 12 | 4A | 7 | 2D | 52 | 3A |
| Octal | 354 | 301 | 76 | 0 | 22 | 112 | 7 | 55 | 122 | 72 |
| Binary | 11101100 | 11000001 | 111110 | 0 | 10010 | 1001010 | 111 | 101101 | 1010010 | 111010 |
Color Harmonies of #ECC13E
Complementary color
Monochromatic Colors of #ECC13E
Black with #ECC13E
Text Example
Text Example
White with #ECC13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC13E; }
p { color: rgb(236,193,62); }
H1.HeaderClassName
{
color: #ECC13E;
}
.AnyTagClassName
{
color: #ECC13E;
}
</style>
background-color css
<style>
a { background-color: #ECC13E; }
a { background-color: rgb(236,193,62); }
div.DivClassName
{
background-color: #ECC13E;
}
.BgClassName
{
background-color: #ECC13E;
}
</style>
border-color css
<style>
span { border-color: #ECC13E; }
span { border-color: rgb(236,193,62); }
td.TdClassName
{
border-color: #ECC13E;
}
.TagClassName
{
border-color: #ECC13E;
}
</style>