Shades of Saffron #EDCB3A
Tints of Saffron #EDCB3A
RGB
CMYK
RGB Variations
Color information
#EDCB3A (or 0xEDCB3A) is known color: Saffron. HEX triplet: ED, CB and 3A. RGB value is (237,203,58). Sum of RGB (Red+Green+Blue) = 237+203+58=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB3A is #1234C5. Grayscale: #C5C5C5. Windows color (decimal): -1193158 or 3853293. OLE color: 3853293.
HSL color Cylindrical-coordinate representation of color #EDCB3A: hue angle of 48.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 #EDCB3A is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 58 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.07 |
| HSL | 48.6º | 0.83% | 0.58% | - |
| HSV(B) | 48.6º | 0.76% | 0.93% | - |
| XYZ | 57.04 | 61.02 | 12.77 | - |
| YUV | 196.64 | 49.76 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 58 | 0 | 0.14 | 0.76 | 0.07 | 48.6 | 0.83 | 0.58 |
| Hex | ED | CB | 3A | 0 | E | 4C | 7 | 31 | 53 | 3A |
| Octal | 355 | 313 | 72 | 0 | 16 | 114 | 7 | 61 | 123 | 72 |
| Binary | 11101101 | 11001011 | 111010 | 0 | 1110 | 1001100 | 111 | 110001 | 1010011 | 111010 |
Color Harmonies of #EDCB3A
Complementary color
Monochromatic Colors of #EDCB3A
Black with #EDCB3A
Text Example
Text Example
White with #EDCB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB3A; }
p { color: rgb(237,203,58); }
H1.HeaderClassName
{
color: #EDCB3A;
}
.AnyTagClassName
{
color: #EDCB3A;
}
</style>
background-color css
<style>
a { background-color: #EDCB3A; }
a { background-color: rgb(237,203,58); }
div.DivClassName
{
background-color: #EDCB3A;
}
.BgClassName
{
background-color: #EDCB3A;
}
</style>
border-color css
<style>
span { border-color: #EDCB3A; }
span { border-color: rgb(237,203,58); }
td.TdClassName
{
border-color: #EDCB3A;
}
.TagClassName
{
border-color: #EDCB3A;
}
</style>