Shades of Saffron #EDC735
Tints of Saffron #EDC735
RGB
CMYK
RGB Variations
Color information
#EDC735 (or 0xEDC735) is known color: Saffron. HEX triplet: ED, C7 and 35. RGB value is (237,199,53). Sum of RGB (Red+Green+Blue) = 237+199+53=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC735 is #1238CA. Grayscale: #C2C2C2. Windows color (decimal): -1194187 or 3524589. OLE color: 3524589.
HSL color Cylindrical-coordinate representation of color #EDC735: hue angle of 47.61º 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 #EDC735 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 53 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.07 |
| HSL | 47.61º | 0.84% | 0.57% | - |
| HSV(B) | 47.61º | 0.78% | 0.93% | - |
| XYZ | 55.99 | 59.11 | 11.83 | - |
| YUV | 193.72 | 48.59 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 53 | 0 | 0.16 | 0.78 | 0.07 | 47.61 | 0.84 | 0.57 |
| Hex | ED | C7 | 35 | 0 | 10 | 4E | 7 | 30 | 54 | 39 |
| Octal | 355 | 307 | 65 | 0 | 20 | 116 | 7 | 60 | 124 | 71 |
| Binary | 11101101 | 11000111 | 110101 | 0 | 10000 | 1001110 | 111 | 110000 | 1010100 | 111001 |
Color Harmonies of #EDC735
Complementary color
Monochromatic Colors of #EDC735
Black with #EDC735
Text Example
Text Example
White with #EDC735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC735; }
p { color: rgb(237,199,53); }
H1.HeaderClassName
{
color: #EDC735;
}
.AnyTagClassName
{
color: #EDC735;
}
</style>
background-color css
<style>
a { background-color: #EDC735; }
a { background-color: rgb(237,199,53); }
div.DivClassName
{
background-color: #EDC735;
}
.BgClassName
{
background-color: #EDC735;
}
</style>
border-color css
<style>
span { border-color: #EDC735; }
span { border-color: rgb(237,199,53); }
td.TdClassName
{
border-color: #EDC735;
}
.TagClassName
{
border-color: #EDC735;
}
</style>