Shades of Persimmon #ED5718
Tints of Persimmon #ED5718
RGB
CMYK
RGB Variations
Color information
#ED5718 (or 0xED5718) is known color: Persimmon. HEX triplet: ED, 57 and 18. RGB value is (237,87,24). Sum of RGB (Red+Green+Blue) = 237+87+24=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5718 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5718 is #12A8E7. Grayscale: #7D7D7D. Windows color (decimal): -1222888 or 1595373. OLE color: 1595373.
HSL color Cylindrical-coordinate representation of color #ED5718: hue angle of 17.75º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED5718 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 24 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.07 |
| HSL | 17.75º | 0.86% | 0.51% | - |
| HSV(B) | 17.75º | 0.9% | 0.93% | - |
| XYZ | 38.5 | 24.89 | 3.64 | - |
| YUV | 124.67 | 71.2 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 24 | 0 | 0.63 | 0.90 | 0.07 | 17.75 | 0.86 | 0.51 |
| Hex | ED | 57 | 18 | 0 | 3F | 5A | 7 | 12 | 56 | 33 |
| Octal | 355 | 127 | 30 | 0 | 77 | 132 | 7 | 22 | 126 | 63 |
| Binary | 11101101 | 1010111 | 11000 | 0 | 111111 | 1011010 | 111 | 10010 | 1010110 | 110011 |
Color Harmonies of #ED5718
Complementary color
Monochromatic Colors of #ED5718
Black with #ED5718
Text Example
Text Example
White with #ED5718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5718; }
p { color: rgb(237,87,24); }
H1.HeaderClassName
{
color: #ED5718;
}
.AnyTagClassName
{
color: #ED5718;
}
</style>
background-color css
<style>
a { background-color: #ED5718; }
a { background-color: rgb(237,87,24); }
div.DivClassName
{
background-color: #ED5718;
}
.BgClassName
{
background-color: #ED5718;
}
</style>
border-color css
<style>
span { border-color: #ED5718; }
span { border-color: rgb(237,87,24); }
td.TdClassName
{
border-color: #ED5718;
}
.TagClassName
{
border-color: #ED5718;
}
</style>