Shades of Persimmon #ED4E19
Tints of Persimmon #ED4E19
RGB
CMYK
RGB Variations
Color information
#ED4E19 (or 0xED4E19) is known color: Persimmon. HEX triplet: ED, 4E and 19. RGB value is (237,78,25). Sum of RGB (Red+Green+Blue) = 237+78+25=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED4E19 is #12B1E6. Grayscale: #777777. Windows color (decimal): -1225191 or 1658605. OLE color: 1658605.
HSL color Cylindrical-coordinate representation of color #ED4E19: hue angle of 15º 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 #ED4E19 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 25 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.07 |
| HSL | 15º | 0.85% | 0.51% | - |
| HSV(B) | 15º | 0.89% | 0.93% | - |
| XYZ | 37.82 | 23.52 | 3.47 | - |
| YUV | 119.5 | 74.68 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 25 | 0 | 0.67 | 0.89 | 0.07 | 15 | 0.85 | 0.51 |
| Hex | ED | 4E | 19 | 0 | 43 | 59 | 7 | F | 55 | 33 |
| Octal | 355 | 116 | 31 | 0 | 103 | 131 | 7 | 17 | 125 | 63 |
| Binary | 11101101 | 1001110 | 11001 | 0 | 1000011 | 1011001 | 111 | 1111 | 1010101 | 110011 |
Color Harmonies of #ED4E19
Complementary color
Monochromatic Colors of #ED4E19
Black with #ED4E19
Text Example
Text Example
White with #ED4E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4E19; }
p { color: rgb(237,78,25); }
H1.HeaderClassName
{
color: #ED4E19;
}
.AnyTagClassName
{
color: #ED4E19;
}
</style>
background-color css
<style>
a { background-color: #ED4E19; }
a { background-color: rgb(237,78,25); }
div.DivClassName
{
background-color: #ED4E19;
}
.BgClassName
{
background-color: #ED4E19;
}
</style>
border-color css
<style>
span { border-color: #ED4E19; }
span { border-color: rgb(237,78,25); }
td.TdClassName
{
border-color: #ED4E19;
}
.TagClassName
{
border-color: #ED4E19;
}
</style>