Shades of Persimmon #E64918
Tints of Persimmon #E64918
RGB
CMYK
RGB Variations
Color information
#E64918 (or 0xE64918) is known color: Persimmon. HEX triplet: E6, 49 and 18. RGB value is (230,73,24). Sum of RGB (Red+Green+Blue) = 230+73+24=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E64918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64918 is #19B6E7. Grayscale: #727272. Windows color (decimal): -1685224 or 1591782. OLE color: 1591782.
HSL color Cylindrical-coordinate representation of color #E64918: hue angle of 14.27º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E64918 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 24 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.10 |
| HSL | 14.27º | 0.81% | 0.5% | - |
| HSV(B) | 14.27º | 0.9% | 0.9% | - |
| XYZ | 35.18 | 21.65 | 3.19 | - |
| YUV | 114.36 | 77.01 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 24 | 0 | 0.68 | 0.90 | 0.10 | 14.27 | 0.81 | 0.5 |
| Hex | E6 | 49 | 18 | 0 | 44 | 5A | A | E | 51 | 32 |
| Octal | 346 | 111 | 30 | 0 | 104 | 132 | 12 | 16 | 121 | 62 |
| Binary | 11100110 | 1001001 | 11000 | 0 | 1000100 | 1011010 | 1010 | 1110 | 1010001 | 110010 |
Color Harmonies of #E64918
Complementary color
Monochromatic Colors of #E64918
Black with #E64918
Text Example
Text Example
White with #E64918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64918; }
p { color: rgb(230,73,24); }
H1.HeaderClassName
{
color: #E64918;
}
.AnyTagClassName
{
color: #E64918;
}
</style>
background-color css
<style>
a { background-color: #E64918; }
a { background-color: rgb(230,73,24); }
div.DivClassName
{
background-color: #E64918;
}
.BgClassName
{
background-color: #E64918;
}
</style>
border-color css
<style>
span { border-color: #E64918; }
span { border-color: rgb(230,73,24); }
td.TdClassName
{
border-color: #E64918;
}
.TagClassName
{
border-color: #E64918;
}
</style>