Shades of Persimmon #E64F18
Tints of Persimmon #E64F18
RGB
CMYK
RGB Variations
Color information
#E64F18 (or 0xE64F18) is known color: Persimmon. HEX triplet: E6, 4F and 18. RGB value is (230,79,24). Sum of RGB (Red+Green+Blue) = 230+79+24=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64F18 is #19B0E7. Grayscale: #767676. Windows color (decimal): -1683688 or 1593318. OLE color: 1593318.
HSL color Cylindrical-coordinate representation of color #E64F18: hue angle of 16.02º 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 #E64F18 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 24 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.10 |
| HSL | 16.02º | 0.81% | 0.5% | - |
| HSV(B) | 16.02º | 0.9% | 0.9% | - |
| XYZ | 35.59 | 22.48 | 3.33 | - |
| YUV | 117.88 | 75.03 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 24 | 0 | 0.66 | 0.90 | 0.10 | 16.02 | 0.81 | 0.5 |
| Hex | E6 | 4F | 18 | 0 | 42 | 5A | A | 10 | 51 | 32 |
| Octal | 346 | 117 | 30 | 0 | 102 | 132 | 12 | 20 | 121 | 62 |
| Binary | 11100110 | 1001111 | 11000 | 0 | 1000010 | 1011010 | 1010 | 10000 | 1010001 | 110010 |
Color Harmonies of #E64F18
Complementary color
Monochromatic Colors of #E64F18
Black with #E64F18
Text Example
Text Example
White with #E64F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F18; }
p { color: rgb(230,79,24); }
H1.HeaderClassName
{
color: #E64F18;
}
.AnyTagClassName
{
color: #E64F18;
}
</style>
background-color css
<style>
a { background-color: #E64F18; }
a { background-color: rgb(230,79,24); }
div.DivClassName
{
background-color: #E64F18;
}
.BgClassName
{
background-color: #E64F18;
}
</style>
border-color css
<style>
span { border-color: #E64F18; }
span { border-color: rgb(230,79,24); }
td.TdClassName
{
border-color: #E64F18;
}
.TagClassName
{
border-color: #E64F18;
}
</style>