Shades of Persimmon #ED5814
Tints of Persimmon #ED5814
RGB
CMYK
RGB Variations
Color information
#ED5814 (or 0xED5814) is known color: Persimmon. HEX triplet: ED, 58 and 14. RGB value is (237,88,20). Sum of RGB (Red+Green+Blue) = 237+88+20=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5814 is #12A7EB. Grayscale: #7D7D7D. Windows color (decimal): -1222636 or 1333485. OLE color: 1333485.
HSL color Cylindrical-coordinate representation of color #ED5814: hue angle of 18.8º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED5814 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 20 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.07 |
| HSL | 18.8º | 0.86% | 0.5% | - |
| HSV(B) | 18.8º | 0.92% | 0.93% | - |
| XYZ | 38.54 | 25.03 | 3.46 | - |
| YUV | 124.8 | 68.86 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 20 | 0 | 0.63 | 0.92 | 0.07 | 18.8 | 0.86 | 0.5 |
| Hex | ED | 58 | 14 | 0 | 3F | 5C | 7 | 13 | 56 | 32 |
| Octal | 355 | 130 | 24 | 0 | 77 | 134 | 7 | 23 | 126 | 62 |
| Binary | 11101101 | 1011000 | 10100 | 0 | 111111 | 1011100 | 111 | 10011 | 1010110 | 110010 |
Color Harmonies of #ED5814
Complementary color
Monochromatic Colors of #ED5814
Black with #ED5814
Text Example
Text Example
White with #ED5814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5814; }
p { color: rgb(237,88,20); }
H1.HeaderClassName
{
color: #ED5814;
}
.AnyTagClassName
{
color: #ED5814;
}
</style>
background-color css
<style>
a { background-color: #ED5814; }
a { background-color: rgb(237,88,20); }
div.DivClassName
{
background-color: #ED5814;
}
.BgClassName
{
background-color: #ED5814;
}
</style>
border-color css
<style>
span { border-color: #ED5814; }
span { border-color: rgb(237,88,20); }
td.TdClassName
{
border-color: #ED5814;
}
.TagClassName
{
border-color: #ED5814;
}
</style>