Shades of Persimmon #ED6019
Tints of Persimmon #ED6019
RGB
CMYK
RGB Variations
Color information
#ED6019 (or 0xED6019) is known color: Persimmon. HEX triplet: ED, 60 and 19. RGB value is (237,96,25). Sum of RGB (Red+Green+Blue) = 237+96+25=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6019 is #129FE6. Grayscale: #828282. Windows color (decimal): -1220583 or 1663213. OLE color: 1663213.
HSL color Cylindrical-coordinate representation of color #ED6019: hue angle of 20.09º 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 #ED6019 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 25 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.07 |
| HSL | 20.09º | 0.85% | 0.51% | - |
| HSV(B) | 20.09º | 0.89% | 0.93% | - |
| XYZ | 39.28 | 26.44 | 3.95 | - |
| YUV | 130.07 | 68.71 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 25 | 0 | 0.59 | 0.89 | 0.07 | 20.09 | 0.85 | 0.51 |
| Hex | ED | 60 | 19 | 0 | 3B | 59 | 7 | 14 | 55 | 33 |
| Octal | 355 | 140 | 31 | 0 | 73 | 131 | 7 | 24 | 125 | 63 |
| Binary | 11101101 | 1100000 | 11001 | 0 | 111011 | 1011001 | 111 | 10100 | 1010101 | 110011 |
Color Harmonies of #ED6019
Complementary color
Monochromatic Colors of #ED6019
Black with #ED6019
Text Example
Text Example
White with #ED6019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6019; }
p { color: rgb(237,96,25); }
H1.HeaderClassName
{
color: #ED6019;
}
.AnyTagClassName
{
color: #ED6019;
}
</style>
background-color css
<style>
a { background-color: #ED6019; }
a { background-color: rgb(237,96,25); }
div.DivClassName
{
background-color: #ED6019;
}
.BgClassName
{
background-color: #ED6019;
}
</style>
border-color css
<style>
span { border-color: #ED6019; }
span { border-color: rgb(237,96,25); }
td.TdClassName
{
border-color: #ED6019;
}
.TagClassName
{
border-color: #ED6019;
}
</style>