Shades of Saffron #EDC836
Tints of Saffron #EDC836
RGB
CMYK
RGB Variations
Color information
#EDC836 (or 0xEDC836) is known color: Saffron. HEX triplet: ED, C8 and 36. RGB value is (237,200,54). Sum of RGB (Red+Green+Blue) = 237+200+54=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 54 (21.48% from 255 or 11.00% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC836 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC836 is #1237C9. Grayscale: #C3C3C3. Windows color (decimal): -1193930 or 3590381. OLE color: 3590381.
HSL color Cylindrical-coordinate representation of color #EDC836: hue angle of 47.87º degrees, saturation: 0.84, 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 #EDC836 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 54 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.07 |
| HSL | 47.87º | 0.84% | 0.57% | - |
| HSV(B) | 47.87º | 0.77% | 0.93% | - |
| XYZ | 56.25 | 59.58 | 12.03 | - |
| YUV | 194.42 | 48.76 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 54 | 0 | 0.16 | 0.77 | 0.07 | 47.87 | 0.84 | 0.57 |
| Hex | ED | C8 | 36 | 0 | 10 | 4D | 7 | 30 | 54 | 39 |
| Octal | 355 | 310 | 66 | 0 | 20 | 115 | 7 | 60 | 124 | 71 |
| Binary | 11101101 | 11001000 | 110110 | 0 | 10000 | 1001101 | 111 | 110000 | 1010100 | 111001 |
Color Harmonies of #EDC836
Complementary color
Monochromatic Colors of #EDC836
Black with #EDC836
Text Example
Text Example
White with #EDC836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC836; }
p { color: rgb(237,200,54); }
H1.HeaderClassName
{
color: #EDC836;
}
.AnyTagClassName
{
color: #EDC836;
}
</style>
background-color css
<style>
a { background-color: #EDC836; }
a { background-color: rgb(237,200,54); }
div.DivClassName
{
background-color: #EDC836;
}
.BgClassName
{
background-color: #EDC836;
}
</style>
border-color css
<style>
span { border-color: #EDC836; }
span { border-color: rgb(237,200,54); }
td.TdClassName
{
border-color: #EDC836;
}
.TagClassName
{
border-color: #EDC836;
}
</style>