Shades of Persimmon #E64E17
Tints of Persimmon #E64E17
RGB
CMYK
RGB Variations
Color information
#E64E17 (or 0xE64E17) is known color: Persimmon. HEX triplet: E6, 4E and 17. RGB value is (230,78,23). Sum of RGB (Red+Green+Blue) = 230+78+23=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64E17 is #19B1E8. Grayscale: #757575. Windows color (decimal): -1683945 or 1527526. OLE color: 1527526.
HSL color Cylindrical-coordinate representation of color #E64E17: hue angle of 15.94º degrees, saturation: 0.82, 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 #E64E17 is Cyan = 0, Magento = 0.66, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 23 | - |
| CMYK | 0 | 0.66 | 0.9 | 0.10 |
| HSL | 15.94º | 0.82% | 0.5% | - |
| HSV(B) | 15.94º | 0.9% | 0.9% | - |
| XYZ | 35.51 | 22.33 | 3.25 | - |
| YUV | 117.18 | 74.86 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 23 | 0 | 0.66 | 0.9 | 0.10 | 15.94 | 0.82 | 0.5 |
| Hex | E6 | 4E | 17 | 0 | 42 | 5A | A | 10 | 52 | 32 |
| Octal | 346 | 116 | 27 | 0 | 102 | 132 | 12 | 20 | 122 | 62 |
| Binary | 11100110 | 1001110 | 10111 | 0 | 1000010 | 1011010 | 1010 | 10000 | 1010010 | 110010 |
Color Harmonies of #E64E17
Complementary color
Monochromatic Colors of #E64E17
Black with #E64E17
Text Example
Text Example
White with #E64E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E17; }
p { color: rgb(230,78,23); }
H1.HeaderClassName
{
color: #E64E17;
}
.AnyTagClassName
{
color: #E64E17;
}
</style>
background-color css
<style>
a { background-color: #E64E17; }
a { background-color: rgb(230,78,23); }
div.DivClassName
{
background-color: #E64E17;
}
.BgClassName
{
background-color: #E64E17;
}
</style>
border-color css
<style>
span { border-color: #E64E17; }
span { border-color: rgb(230,78,23); }
td.TdClassName
{
border-color: #E64E17;
}
.TagClassName
{
border-color: #E64E17;
}
</style>