Shades of Persimmon #ED5519
Tints of Persimmon #ED5519
RGB
CMYK
RGB Variations
Color information
#ED5519 (or 0xED5519) is known color: Persimmon. HEX triplet: ED, 55 and 19. RGB value is (237,85,25). Sum of RGB (Red+Green+Blue) = 237+85+25=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5519 is #12AAE6. Grayscale: #7C7C7C. Windows color (decimal): -1223399 or 1660397. OLE color: 1660397.
HSL color Cylindrical-coordinate representation of color #ED5519: hue angle of 16.98º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED5519 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 25 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.07 |
| HSL | 16.98º | 0.85% | 0.51% | - |
| HSV(B) | 16.98º | 0.89% | 0.93% | - |
| XYZ | 38.35 | 24.57 | 3.64 | - |
| YUV | 123.61 | 72.36 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 25 | 0 | 0.64 | 0.89 | 0.07 | 16.98 | 0.85 | 0.51 |
| Hex | ED | 55 | 19 | 0 | 40 | 59 | 7 | 11 | 55 | 33 |
| Octal | 355 | 125 | 31 | 0 | 100 | 131 | 7 | 21 | 125 | 63 |
| Binary | 11101101 | 1010101 | 11001 | 0 | 1000000 | 1011001 | 111 | 10001 | 1010101 | 110011 |
Color Harmonies of #ED5519
Complementary color
Monochromatic Colors of #ED5519
Black with #ED5519
Text Example
Text Example
White with #ED5519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5519; }
p { color: rgb(237,85,25); }
H1.HeaderClassName
{
color: #ED5519;
}
.AnyTagClassName
{
color: #ED5519;
}
</style>
background-color css
<style>
a { background-color: #ED5519; }
a { background-color: rgb(237,85,25); }
div.DivClassName
{
background-color: #ED5519;
}
.BgClassName
{
background-color: #ED5519;
}
</style>
border-color css
<style>
span { border-color: #ED5519; }
span { border-color: rgb(237,85,25); }
td.TdClassName
{
border-color: #ED5519;
}
.TagClassName
{
border-color: #ED5519;
}
</style>