Shades of Saffron #ECC13C
Tints of Saffron #ECC13C
RGB
CMYK
RGB Variations
Color information
#ECC13C (or 0xECC13C) is known color: Saffron. HEX triplet: EC, C1 and 3C. RGB value is (236,193,60). Sum of RGB (Red+Green+Blue) = 236+193+60=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC13C is #133EC3. Grayscale: #BFBFBF. Windows color (decimal): -1261252 or 3981804. OLE color: 3981804.
HSL color Cylindrical-coordinate representation of color #ECC13C: hue angle of 45.34º 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 #ECC13C is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 60 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.07 |
| HSL | 45.34º | 0.82% | 0.58% | - |
| HSV(B) | 45.34º | 0.75% | 0.93% | - |
| XYZ | 54.48 | 56.3 | 12.27 | - |
| YUV | 190.7 | 54.25 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 60 | 0 | 0.18 | 0.75 | 0.07 | 45.34 | 0.82 | 0.58 |
| Hex | EC | C1 | 3C | 0 | 12 | 4B | 7 | 2D | 52 | 3A |
| Octal | 354 | 301 | 74 | 0 | 22 | 113 | 7 | 55 | 122 | 72 |
| Binary | 11101100 | 11000001 | 111100 | 0 | 10010 | 1001011 | 111 | 101101 | 1010010 | 111010 |
Color Harmonies of #ECC13C
Complementary color
Monochromatic Colors of #ECC13C
Black with #ECC13C
Text Example
Text Example
White with #ECC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC13C; }
p { color: rgb(236,193,60); }
H1.HeaderClassName
{
color: #ECC13C;
}
.AnyTagClassName
{
color: #ECC13C;
}
</style>
background-color css
<style>
a { background-color: #ECC13C; }
a { background-color: rgb(236,193,60); }
div.DivClassName
{
background-color: #ECC13C;
}
.BgClassName
{
background-color: #ECC13C;
}
</style>
border-color css
<style>
span { border-color: #ECC13C; }
span { border-color: rgb(236,193,60); }
td.TdClassName
{
border-color: #ECC13C;
}
.TagClassName
{
border-color: #ECC13C;
}
</style>