Shades of Saffron #EDC136
Tints of Saffron #EDC136
RGB
CMYK
RGB Variations
Color information
#EDC136 (or 0xEDC136) is known color: Saffron. HEX triplet: ED, C1 and 36. RGB value is (237,193,54). Sum of RGB (Red+Green+Blue) = 237+193+54=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC136 is #123EC9. Grayscale: #BEBEBE. Windows color (decimal): -1195722 or 3588589. OLE color: 3588589.
HSL color Cylindrical-coordinate representation of color #EDC136: hue angle of 45.57º 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 #EDC136 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 54 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.07 |
| HSL | 45.57º | 0.84% | 0.57% | - |
| HSV(B) | 45.57º | 0.77% | 0.93% | - |
| XYZ | 54.66 | 56.41 | 11.5 | - |
| YUV | 190.31 | 51.08 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 54 | 0 | 0.19 | 0.77 | 0.07 | 45.57 | 0.84 | 0.57 |
| Hex | ED | C1 | 36 | 0 | 13 | 4D | 7 | 2E | 54 | 39 |
| Octal | 355 | 301 | 66 | 0 | 23 | 115 | 7 | 56 | 124 | 71 |
| Binary | 11101101 | 11000001 | 110110 | 0 | 10011 | 1001101 | 111 | 101110 | 1010100 | 111001 |
Color Harmonies of #EDC136
Complementary color
Monochromatic Colors of #EDC136
Black with #EDC136
Text Example
Text Example
White with #EDC136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC136; }
p { color: rgb(237,193,54); }
H1.HeaderClassName
{
color: #EDC136;
}
.AnyTagClassName
{
color: #EDC136;
}
</style>
background-color css
<style>
a { background-color: #EDC136; }
a { background-color: rgb(237,193,54); }
div.DivClassName
{
background-color: #EDC136;
}
.BgClassName
{
background-color: #EDC136;
}
</style>
border-color css
<style>
span { border-color: #EDC136; }
span { border-color: rgb(237,193,54); }
td.TdClassName
{
border-color: #EDC136;
}
.TagClassName
{
border-color: #EDC136;
}
</style>