Shades of Persimmon #ED5A19
Tints of Persimmon #ED5A19
RGB
CMYK
RGB Variations
Color information
#ED5A19 (or 0xED5A19) is known color: Persimmon. HEX triplet: ED, 5A and 19. RGB value is (237,90,25). Sum of RGB (Red+Green+Blue) = 237+90+25=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5A19 is #12A5E6. Grayscale: #7E7E7E. Windows color (decimal): -1222119 or 1661677. OLE color: 1661677.
HSL color Cylindrical-coordinate representation of color #ED5A19: hue angle of 18.4º 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 #ED5A19 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 25 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.07 |
| HSL | 18.4º | 0.85% | 0.51% | - |
| HSV(B) | 18.4º | 0.89% | 0.93% | - |
| XYZ | 38.76 | 25.39 | 3.78 | - |
| YUV | 126.54 | 70.7 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 25 | 0 | 0.62 | 0.89 | 0.07 | 18.4 | 0.85 | 0.51 |
| Hex | ED | 5A | 19 | 0 | 3E | 59 | 7 | 12 | 55 | 33 |
| Octal | 355 | 132 | 31 | 0 | 76 | 131 | 7 | 22 | 125 | 63 |
| Binary | 11101101 | 1011010 | 11001 | 0 | 111110 | 1011001 | 111 | 10010 | 1010101 | 110011 |
Color Harmonies of #ED5A19
Complementary color
Monochromatic Colors of #ED5A19
Black with #ED5A19
Text Example
Text Example
White with #ED5A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5A19; }
p { color: rgb(237,90,25); }
H1.HeaderClassName
{
color: #ED5A19;
}
.AnyTagClassName
{
color: #ED5A19;
}
</style>
background-color css
<style>
a { background-color: #ED5A19; }
a { background-color: rgb(237,90,25); }
div.DivClassName
{
background-color: #ED5A19;
}
.BgClassName
{
background-color: #ED5A19;
}
</style>
border-color css
<style>
span { border-color: #ED5A19; }
span { border-color: rgb(237,90,25); }
td.TdClassName
{
border-color: #ED5A19;
}
.TagClassName
{
border-color: #ED5A19;
}
</style>