Shades of Saffron #EDC83A
Tints of Saffron #EDC83A
RGB
CMYK
RGB Variations
Color information
#EDC83A (or 0xEDC83A) is known color: Saffron. HEX triplet: ED, C8 and 3A. RGB value is (237,200,58). Sum of RGB (Red+Green+Blue) = 237+200+58=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC83A is #1237C5. Grayscale: #C3C3C3. Windows color (decimal): -1193926 or 3852525. OLE color: 3852525.
HSL color Cylindrical-coordinate representation of color #EDC83A: hue angle of 47.6º 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 #EDC83A is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 58 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.07 |
| HSL | 47.6º | 0.83% | 0.58% | - |
| HSV(B) | 47.6º | 0.76% | 0.93% | - |
| XYZ | 56.34 | 59.62 | 12.54 | - |
| YUV | 194.88 | 50.76 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 58 | 0 | 0.16 | 0.76 | 0.07 | 47.6 | 0.83 | 0.58 |
| Hex | ED | C8 | 3A | 0 | 10 | 4C | 7 | 30 | 53 | 3A |
| Octal | 355 | 310 | 72 | 0 | 20 | 114 | 7 | 60 | 123 | 72 |
| Binary | 11101101 | 11001000 | 111010 | 0 | 10000 | 1001100 | 111 | 110000 | 1010011 | 111010 |
Color Harmonies of #EDC83A
Complementary color
Monochromatic Colors of #EDC83A
Black with #EDC83A
Text Example
Text Example
White with #EDC83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC83A; }
p { color: rgb(237,200,58); }
H1.HeaderClassName
{
color: #EDC83A;
}
.AnyTagClassName
{
color: #EDC83A;
}
</style>
background-color css
<style>
a { background-color: #EDC83A; }
a { background-color: rgb(237,200,58); }
div.DivClassName
{
background-color: #EDC83A;
}
.BgClassName
{
background-color: #EDC83A;
}
</style>
border-color css
<style>
span { border-color: #EDC83A; }
span { border-color: rgb(237,200,58); }
td.TdClassName
{
border-color: #EDC83A;
}
.TagClassName
{
border-color: #EDC83A;
}
</style>