Shades of Persimmon #ED5219
Tints of Persimmon #ED5219
RGB
CMYK
RGB Variations
Color information
#ED5219 (or 0xED5219) is known color: Persimmon. HEX triplet: ED, 52 and 19. RGB value is (237,82,25). Sum of RGB (Red+Green+Blue) = 237+82+25=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5219 is #12ADE6. Grayscale: #7A7A7A. Windows color (decimal): -1224167 or 1659629. OLE color: 1659629.
HSL color Cylindrical-coordinate representation of color #ED5219: hue angle of 16.13º 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 #ED5219 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 25 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.07 |
| HSL | 16.13º | 0.85% | 0.51% | - |
| HSV(B) | 16.13º | 0.89% | 0.93% | - |
| XYZ | 38.12 | 24.11 | 3.56 | - |
| YUV | 121.85 | 73.35 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 25 | 0 | 0.65 | 0.89 | 0.07 | 16.13 | 0.85 | 0.51 |
| Hex | ED | 52 | 19 | 0 | 41 | 59 | 7 | 10 | 55 | 33 |
| Octal | 355 | 122 | 31 | 0 | 101 | 131 | 7 | 20 | 125 | 63 |
| Binary | 11101101 | 1010010 | 11001 | 0 | 1000001 | 1011001 | 111 | 10000 | 1010101 | 110011 |
Color Harmonies of #ED5219
Complementary color
Monochromatic Colors of #ED5219
Black with #ED5219
Text Example
Text Example
White with #ED5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5219; }
p { color: rgb(237,82,25); }
H1.HeaderClassName
{
color: #ED5219;
}
.AnyTagClassName
{
color: #ED5219;
}
</style>
background-color css
<style>
a { background-color: #ED5219; }
a { background-color: rgb(237,82,25); }
div.DivClassName
{
background-color: #ED5219;
}
.BgClassName
{
background-color: #ED5219;
}
</style>
border-color css
<style>
span { border-color: #ED5219; }
span { border-color: rgb(237,82,25); }
td.TdClassName
{
border-color: #ED5219;
}
.TagClassName
{
border-color: #ED5219;
}
</style>