Shades of Persimmon #ED5210
Tints of Persimmon #ED5210
RGB
CMYK
RGB Variations
Color information
#ED5210 (or 0xED5210) is known color: Persimmon. HEX triplet: ED, 52 and 10. RGB value is (237,82,16). Sum of RGB (Red+Green+Blue) = 237+82+16=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5210 is #12ADEF. Grayscale: #797979. Windows color (decimal): -1224176 or 1069805. OLE color: 1069805.
HSL color Cylindrical-coordinate representation of color #ED5210: hue angle of 17.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED5210 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 16 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.07 |
| HSL | 17.92º | 0.87% | 0.5% | - |
| HSV(B) | 17.92º | 0.93% | 0.93% | - |
| XYZ | 38.04 | 24.08 | 3.13 | - |
| YUV | 120.82 | 68.85 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 16 | 0 | 0.65 | 0.93 | 0.07 | 17.92 | 0.87 | 0.5 |
| Hex | ED | 52 | 10 | 0 | 41 | 5D | 7 | 12 | 57 | 32 |
| Octal | 355 | 122 | 20 | 0 | 101 | 135 | 7 | 22 | 127 | 62 |
| Binary | 11101101 | 1010010 | 10000 | 0 | 1000001 | 1011101 | 111 | 10010 | 1010111 | 110010 |
Color Harmonies of #ED5210
Complementary color
Monochromatic Colors of #ED5210
Black with #ED5210
Text Example
Text Example
White with #ED5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5210; }
p { color: rgb(237,82,16); }
H1.HeaderClassName
{
color: #ED5210;
}
.AnyTagClassName
{
color: #ED5210;
}
</style>
background-color css
<style>
a { background-color: #ED5210; }
a { background-color: rgb(237,82,16); }
div.DivClassName
{
background-color: #ED5210;
}
.BgClassName
{
background-color: #ED5210;
}
</style>
border-color css
<style>
span { border-color: #ED5210; }
span { border-color: rgb(237,82,16); }
td.TdClassName
{
border-color: #ED5210;
}
.TagClassName
{
border-color: #ED5210;
}
</style>