Shades of Persimmon #ED5810
Tints of Persimmon #ED5810
RGB
CMYK
RGB Variations
Color information
#ED5810 (or 0xED5810) is known color: Persimmon. HEX triplet: ED, 58 and 10. RGB value is (237,88,16). Sum of RGB (Red+Green+Blue) = 237+88+16=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5810 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5810 is #12A7EF. Grayscale: #7C7C7C. Windows color (decimal): -1222640 or 1071341. OLE color: 1071341.
HSL color Cylindrical-coordinate representation of color #ED5810: hue angle of 19.55º 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 #ED5810 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.07 |
| HSL | 19.55º | 0.87% | 0.5% | - |
| HSV(B) | 19.55º | 0.93% | 0.93% | - |
| XYZ | 38.51 | 25.02 | 3.29 | - |
| YUV | 124.34 | 66.86 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 16 | 0 | 0.63 | 0.93 | 0.07 | 19.55 | 0.87 | 0.5 |
| Hex | ED | 58 | 10 | 0 | 3F | 5D | 7 | 14 | 57 | 32 |
| Octal | 355 | 130 | 20 | 0 | 77 | 135 | 7 | 24 | 127 | 62 |
| Binary | 11101101 | 1011000 | 10000 | 0 | 111111 | 1011101 | 111 | 10100 | 1010111 | 110010 |
Color Harmonies of #ED5810
Complementary color
Monochromatic Colors of #ED5810
Black with #ED5810
Text Example
Text Example
White with #ED5810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5810; }
p { color: rgb(237,88,16); }
H1.HeaderClassName
{
color: #ED5810;
}
.AnyTagClassName
{
color: #ED5810;
}
</style>
background-color css
<style>
a { background-color: #ED5810; }
a { background-color: rgb(237,88,16); }
div.DivClassName
{
background-color: #ED5810;
}
.BgClassName
{
background-color: #ED5810;
}
</style>
border-color css
<style>
span { border-color: #ED5810; }
span { border-color: rgb(237,88,16); }
td.TdClassName
{
border-color: #ED5810;
}
.TagClassName
{
border-color: #ED5810;
}
</style>