Shades of Saffron #EDC834
Tints of Saffron #EDC834
RGB
CMYK
RGB Variations
Color information
#EDC834 (or 0xEDC834) is known color: Saffron. HEX triplet: ED, C8 and 34. RGB value is (237,200,52). Sum of RGB (Red+Green+Blue) = 237+200+52=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 52 (20.70% from 255 or 10.63% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC834 is #1237CB. Grayscale: #C2C2C2. Windows color (decimal): -1193932 or 3459309. OLE color: 3459309.
HSL color Cylindrical-coordinate representation of color #EDC834: hue angle of 48º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDC834 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 52 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.07 |
| HSL | 48º | 0.84% | 0.57% | - |
| HSV(B) | 48º | 0.78% | 0.93% | - |
| XYZ | 56.2 | 59.56 | 11.78 | - |
| YUV | 194.19 | 47.76 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 52 | 0 | 0.16 | 0.78 | 0.07 | 48 | 0.84 | 0.57 |
| Hex | ED | C8 | 34 | 0 | 10 | 4E | 7 | 30 | 54 | 39 |
| Octal | 355 | 310 | 64 | 0 | 20 | 116 | 7 | 60 | 124 | 71 |
| Binary | 11101101 | 11001000 | 110100 | 0 | 10000 | 1001110 | 111 | 110000 | 1010100 | 111001 |
Color Harmonies of #EDC834
Complementary color
Monochromatic Colors of #EDC834
Black with #EDC834
Text Example
Text Example
White with #EDC834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC834; }
p { color: rgb(237,200,52); }
H1.HeaderClassName
{
color: #EDC834;
}
.AnyTagClassName
{
color: #EDC834;
}
</style>
background-color css
<style>
a { background-color: #EDC834; }
a { background-color: rgb(237,200,52); }
div.DivClassName
{
background-color: #EDC834;
}
.BgClassName
{
background-color: #EDC834;
}
</style>
border-color css
<style>
span { border-color: #EDC834; }
span { border-color: rgb(237,200,52); }
td.TdClassName
{
border-color: #EDC834;
}
.TagClassName
{
border-color: #EDC834;
}
</style>