Shades of Saffron #EDC437
Tints of Saffron #EDC437
RGB
CMYK
RGB Variations
Color information
#EDC437 (or 0xEDC437) is known color: Saffron. HEX triplet: ED, C4 and 37. RGB value is (237,196,55). Sum of RGB (Red+Green+Blue) = 237+196+55=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 55 (21.88% from 255 or 11.27% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC437 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC437 is #123BC8. Grayscale: #C0C0C0. Windows color (decimal): -1194953 or 3654893. OLE color: 3654893.
HSL color Cylindrical-coordinate representation of color #EDC437: hue angle of 46.48º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDC437 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 55 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.07 |
| HSL | 46.48º | 0.83% | 0.57% | - |
| HSV(B) | 46.48º | 0.77% | 0.93% | - |
| XYZ | 55.35 | 57.76 | 11.85 | - |
| YUV | 192.19 | 50.58 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 55 | 0 | 0.17 | 0.77 | 0.07 | 46.48 | 0.83 | 0.57 |
| Hex | ED | C4 | 37 | 0 | 11 | 4D | 7 | 2E | 53 | 39 |
| Octal | 355 | 304 | 67 | 0 | 21 | 115 | 7 | 56 | 123 | 71 |
| Binary | 11101101 | 11000100 | 110111 | 0 | 10001 | 1001101 | 111 | 101110 | 1010011 | 111001 |
Color Harmonies of #EDC437
Complementary color
Monochromatic Colors of #EDC437
Black with #EDC437
Text Example
Text Example
White with #EDC437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC437; }
p { color: rgb(237,196,55); }
H1.HeaderClassName
{
color: #EDC437;
}
.AnyTagClassName
{
color: #EDC437;
}
</style>
background-color css
<style>
a { background-color: #EDC437; }
a { background-color: rgb(237,196,55); }
div.DivClassName
{
background-color: #EDC437;
}
.BgClassName
{
background-color: #EDC437;
}
</style>
border-color css
<style>
span { border-color: #EDC437; }
span { border-color: rgb(237,196,55); }
td.TdClassName
{
border-color: #EDC437;
}
.TagClassName
{
border-color: #EDC437;
}
</style>