Shades of Saffron #EDC53C
Tints of Saffron #EDC53C
RGB
CMYK
RGB Variations
Color information
#EDC53C (or 0xEDC53C) is known color: Saffron. HEX triplet: ED, C5 and 3C. RGB value is (237,197,60). Sum of RGB (Red+Green+Blue) = 237+197+60=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC53C is #123AC3. Grayscale: #C1C1C1. Windows color (decimal): -1194692 or 3982829. OLE color: 3982829.
HSL color Cylindrical-coordinate representation of color #EDC53C: hue angle of 46.44º degrees, saturation: 0.83, 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 #EDC53C is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 60 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.07 |
| HSL | 46.44º | 0.83% | 0.58% | - |
| HSV(B) | 46.44º | 0.75% | 0.93% | - |
| XYZ | 55.71 | 58.26 | 12.58 | - |
| YUV | 193.34 | 52.75 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 60 | 0 | 0.17 | 0.75 | 0.07 | 46.44 | 0.83 | 0.58 |
| Hex | ED | C5 | 3C | 0 | 11 | 4B | 7 | 2E | 53 | 3A |
| Octal | 355 | 305 | 74 | 0 | 21 | 113 | 7 | 56 | 123 | 72 |
| Binary | 11101101 | 11000101 | 111100 | 0 | 10001 | 1001011 | 111 | 101110 | 1010011 | 111010 |
Color Harmonies of #EDC53C
Complementary color
Monochromatic Colors of #EDC53C
Black with #EDC53C
Text Example
Text Example
White with #EDC53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC53C; }
p { color: rgb(237,197,60); }
H1.HeaderClassName
{
color: #EDC53C;
}
.AnyTagClassName
{
color: #EDC53C;
}
</style>
background-color css
<style>
a { background-color: #EDC53C; }
a { background-color: rgb(237,197,60); }
div.DivClassName
{
background-color: #EDC53C;
}
.BgClassName
{
background-color: #EDC53C;
}
</style>
border-color css
<style>
span { border-color: #EDC53C; }
span { border-color: rgb(237,197,60); }
td.TdClassName
{
border-color: #EDC53C;
}
.TagClassName
{
border-color: #EDC53C;
}
</style>