Shades of Saffron #EDC93A
Tints of Saffron #EDC93A
RGB
CMYK
RGB Variations
Color information
#EDC93A (or 0xEDC93A) is known color: Saffron. HEX triplet: ED, C9 and 3A. RGB value is (237,201,58). Sum of RGB (Red+Green+Blue) = 237+201+58=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC93A is #1236C5. Grayscale: #C4C4C4. Windows color (decimal): -1193670 or 3852781. OLE color: 3852781.
HSL color Cylindrical-coordinate representation of color #EDC93A: hue angle of 47.93º 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 #EDC93A is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 58 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.07 |
| HSL | 47.93º | 0.83% | 0.58% | - |
| HSV(B) | 47.93º | 0.76% | 0.93% | - |
| XYZ | 56.58 | 60.08 | 12.62 | - |
| YUV | 195.46 | 50.43 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 58 | 0 | 0.15 | 0.76 | 0.07 | 47.93 | 0.83 | 0.58 |
| Hex | ED | C9 | 3A | 0 | F | 4C | 7 | 30 | 53 | 3A |
| Octal | 355 | 311 | 72 | 0 | 17 | 114 | 7 | 60 | 123 | 72 |
| Binary | 11101101 | 11001001 | 111010 | 0 | 1111 | 1001100 | 111 | 110000 | 1010011 | 111010 |
Color Harmonies of #EDC93A
Complementary color
Monochromatic Colors of #EDC93A
Black with #EDC93A
Text Example
Text Example
White with #EDC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC93A; }
p { color: rgb(237,201,58); }
H1.HeaderClassName
{
color: #EDC93A;
}
.AnyTagClassName
{
color: #EDC93A;
}
</style>
background-color css
<style>
a { background-color: #EDC93A; }
a { background-color: rgb(237,201,58); }
div.DivClassName
{
background-color: #EDC93A;
}
.BgClassName
{
background-color: #EDC93A;
}
</style>
border-color css
<style>
span { border-color: #EDC93A; }
span { border-color: rgb(237,201,58); }
td.TdClassName
{
border-color: #EDC93A;
}
.TagClassName
{
border-color: #EDC93A;
}
</style>