Shades of Saffron #EDC435
Tints of Saffron #EDC435
RGB
CMYK
RGB Variations
Color information
#EDC435 (or 0xEDC435) is known color: Saffron. HEX triplet: ED, C4 and 35. RGB value is (237,196,53). Sum of RGB (Red+Green+Blue) = 237+196+53=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC435 is #123BCA. Grayscale: #C0C0C0. Windows color (decimal): -1194955 or 3523821. OLE color: 3523821.
HSL color Cylindrical-coordinate representation of color #EDC435: hue angle of 46.63º 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 #EDC435 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 53 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.07 |
| HSL | 46.63º | 0.84% | 0.57% | - |
| HSV(B) | 46.63º | 0.78% | 0.93% | - |
| XYZ | 55.31 | 57.74 | 11.6 | - |
| YUV | 191.96 | 49.58 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 53 | 0 | 0.17 | 0.78 | 0.07 | 46.63 | 0.84 | 0.57 |
| Hex | ED | C4 | 35 | 0 | 11 | 4E | 7 | 2F | 54 | 39 |
| Octal | 355 | 304 | 65 | 0 | 21 | 116 | 7 | 57 | 124 | 71 |
| Binary | 11101101 | 11000100 | 110101 | 0 | 10001 | 1001110 | 111 | 101111 | 1010100 | 111001 |
Color Harmonies of #EDC435
Complementary color
Monochromatic Colors of #EDC435
Black with #EDC435
Text Example
Text Example
White with #EDC435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC435; }
p { color: rgb(237,196,53); }
H1.HeaderClassName
{
color: #EDC435;
}
.AnyTagClassName
{
color: #EDC435;
}
</style>
background-color css
<style>
a { background-color: #EDC435; }
a { background-color: rgb(237,196,53); }
div.DivClassName
{
background-color: #EDC435;
}
.BgClassName
{
background-color: #EDC435;
}
</style>
border-color css
<style>
span { border-color: #EDC435; }
span { border-color: rgb(237,196,53); }
td.TdClassName
{
border-color: #EDC435;
}
.TagClassName
{
border-color: #EDC435;
}
</style>