Shades of Saffron #EDC235
Tints of Saffron #EDC235
RGB
CMYK
RGB Variations
Color information
#EDC235 (or 0xEDC235) is known color: Saffron. HEX triplet: ED, C2 and 35. RGB value is (237,194,53). Sum of RGB (Red+Green+Blue) = 237+194+53=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC235 is #123DCA. Grayscale: #BFBFBF. Windows color (decimal): -1195467 or 3523309. OLE color: 3523309.
HSL color Cylindrical-coordinate representation of color #EDC235: hue angle of 45.98º 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 #EDC235 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 53 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.07 |
| HSL | 45.98º | 0.84% | 0.57% | - |
| HSV(B) | 45.98º | 0.78% | 0.93% | - |
| XYZ | 54.86 | 56.85 | 11.45 | - |
| YUV | 190.78 | 50.25 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 53 | 0 | 0.18 | 0.78 | 0.07 | 45.98 | 0.84 | 0.57 |
| Hex | ED | C2 | 35 | 0 | 12 | 4E | 7 | 2E | 54 | 39 |
| Octal | 355 | 302 | 65 | 0 | 22 | 116 | 7 | 56 | 124 | 71 |
| Binary | 11101101 | 11000010 | 110101 | 0 | 10010 | 1001110 | 111 | 101110 | 1010100 | 111001 |
Color Harmonies of #EDC235
Complementary color
Monochromatic Colors of #EDC235
Black with #EDC235
Text Example
Text Example
White with #EDC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC235; }
p { color: rgb(237,194,53); }
H1.HeaderClassName
{
color: #EDC235;
}
.AnyTagClassName
{
color: #EDC235;
}
</style>
background-color css
<style>
a { background-color: #EDC235; }
a { background-color: rgb(237,194,53); }
div.DivClassName
{
background-color: #EDC235;
}
.BgClassName
{
background-color: #EDC235;
}
</style>
border-color css
<style>
span { border-color: #EDC235; }
span { border-color: rgb(237,194,53); }
td.TdClassName
{
border-color: #EDC235;
}
.TagClassName
{
border-color: #EDC235;
}
</style>