Shades of Saffron #EDC73A
Tints of Saffron #EDC73A
RGB
CMYK
RGB Variations
Color information
#EDC73A (or 0xEDC73A) is known color: Saffron. HEX triplet: ED, C7 and 3A. RGB value is (237,199,58). Sum of RGB (Red+Green+Blue) = 237+199+58=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC73A is #1238C5. Grayscale: #C2C2C2. Windows color (decimal): -1194182 or 3852269. OLE color: 3852269.
HSL color Cylindrical-coordinate representation of color #EDC73A: hue angle of 47.26º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDC73A is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 58 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.07 |
| HSL | 47.26º | 0.83% | 0.58% | - |
| HSV(B) | 47.26º | 0.76% | 0.93% | - |
| XYZ | 56.11 | 59.16 | 12.46 | - |
| YUV | 194.29 | 51.09 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 58 | 0 | 0.16 | 0.76 | 0.07 | 47.26 | 0.83 | 0.58 |
| Hex | ED | C7 | 3A | 0 | 10 | 4C | 7 | 2F | 53 | 3A |
| Octal | 355 | 307 | 72 | 0 | 20 | 114 | 7 | 57 | 123 | 72 |
| Binary | 11101101 | 11000111 | 111010 | 0 | 10000 | 1001100 | 111 | 101111 | 1010011 | 111010 |
Color Harmonies of #EDC73A
Complementary color
Monochromatic Colors of #EDC73A
Black with #EDC73A
Text Example
Text Example
White with #EDC73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC73A; }
p { color: rgb(237,199,58); }
H1.HeaderClassName
{
color: #EDC73A;
}
.AnyTagClassName
{
color: #EDC73A;
}
</style>
background-color css
<style>
a { background-color: #EDC73A; }
a { background-color: rgb(237,199,58); }
div.DivClassName
{
background-color: #EDC73A;
}
.BgClassName
{
background-color: #EDC73A;
}
</style>
border-color css
<style>
span { border-color: #EDC73A; }
span { border-color: rgb(237,199,58); }
td.TdClassName
{
border-color: #EDC73A;
}
.TagClassName
{
border-color: #EDC73A;
}
</style>