Shades of Saffron #EDC73C
Tints of Saffron #EDC73C
RGB
CMYK
RGB Variations
Color information
#EDC73C (or 0xEDC73C) is known color: Saffron. HEX triplet: ED, C7 and 3C. RGB value is (237,199,60). Sum of RGB (Red+Green+Blue) = 237+199+60=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC73C is #1238C3. Grayscale: #C3C3C3. Windows color (decimal): -1194180 or 3983341. OLE color: 3983341.
HSL color Cylindrical-coordinate representation of color #EDC73C: hue angle of 47.12º 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 #EDC73C is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 60 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.07 |
| HSL | 47.12º | 0.83% | 0.58% | - |
| HSV(B) | 47.12º | 0.75% | 0.93% | - |
| XYZ | 56.16 | 59.18 | 12.74 | - |
| YUV | 194.52 | 52.09 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 60 | 0 | 0.16 | 0.75 | 0.07 | 47.12 | 0.83 | 0.58 |
| Hex | ED | C7 | 3C | 0 | 10 | 4B | 7 | 2F | 53 | 3A |
| Octal | 355 | 307 | 74 | 0 | 20 | 113 | 7 | 57 | 123 | 72 |
| Binary | 11101101 | 11000111 | 111100 | 0 | 10000 | 1001011 | 111 | 101111 | 1010011 | 111010 |
Color Harmonies of #EDC73C
Complementary color
Monochromatic Colors of #EDC73C
Black with #EDC73C
Text Example
Text Example
White with #EDC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC73C; }
p { color: rgb(237,199,60); }
H1.HeaderClassName
{
color: #EDC73C;
}
.AnyTagClassName
{
color: #EDC73C;
}
</style>
background-color css
<style>
a { background-color: #EDC73C; }
a { background-color: rgb(237,199,60); }
div.DivClassName
{
background-color: #EDC73C;
}
.BgClassName
{
background-color: #EDC73C;
}
</style>
border-color css
<style>
span { border-color: #EDC73C; }
span { border-color: rgb(237,199,60); }
td.TdClassName
{
border-color: #EDC73C;
}
.TagClassName
{
border-color: #EDC73C;
}
</style>