Shades of Persimmon #E64E19
Tints of Persimmon #E64E19
RGB
CMYK
RGB Variations
Color information
#E64E19 (or 0xE64E19) is known color: Persimmon. HEX triplet: E6, 4E and 19. RGB value is (230,78,25). Sum of RGB (Red+Green+Blue) = 230+78+25=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64E19 is #19B1E6. Grayscale: #757575. Windows color (decimal): -1683943 or 1658598. OLE color: 1658598.
HSL color Cylindrical-coordinate representation of color #E64E19: hue angle of 15.51º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E64E19 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 25 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.10 |
| HSL | 15.51º | 0.8% | 0.5% | - |
| HSV(B) | 15.51º | 0.89% | 0.9% | - |
| XYZ | 35.53 | 22.34 | 3.36 | - |
| YUV | 117.41 | 75.86 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 25 | 0 | 0.66 | 0.89 | 0.10 | 15.51 | 0.8 | 0.5 |
| Hex | E6 | 4E | 19 | 0 | 42 | 59 | A | 10 | 50 | 32 |
| Octal | 346 | 116 | 31 | 0 | 102 | 131 | 12 | 20 | 120 | 62 |
| Binary | 11100110 | 1001110 | 11001 | 0 | 1000010 | 1011001 | 1010 | 10000 | 1010000 | 110010 |
Color Harmonies of #E64E19
Complementary color
Monochromatic Colors of #E64E19
Black with #E64E19
Text Example
Text Example
White with #E64E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E19; }
p { color: rgb(230,78,25); }
H1.HeaderClassName
{
color: #E64E19;
}
.AnyTagClassName
{
color: #E64E19;
}
</style>
background-color css
<style>
a { background-color: #E64E19; }
a { background-color: rgb(230,78,25); }
div.DivClassName
{
background-color: #E64E19;
}
.BgClassName
{
background-color: #E64E19;
}
</style>
border-color css
<style>
span { border-color: #E64E19; }
span { border-color: rgb(230,78,25); }
td.TdClassName
{
border-color: #E64E19;
}
.TagClassName
{
border-color: #E64E19;
}
</style>