Shades of Persimmon #E64817
Tints of Persimmon #E64817
RGB
CMYK
RGB Variations
Color information
#E64817 (or 0xE64817) is known color: Persimmon. HEX triplet: E6, 48 and 17. RGB value is (230,72,23). Sum of RGB (Red+Green+Blue) = 230+72+23=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E64817 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64817 is #19B7E8. Grayscale: #727272. Windows color (decimal): -1685481 or 1525990. OLE color: 1525990.
HSL color Cylindrical-coordinate representation of color #E64817: hue angle of 14.2º 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 #E64817 is Cyan = 0, Magento = 0.69, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 72 | 23 | - |
| CMYK | 0 | 0.69 | 0.9 | 0.10 |
| HSL | 14.2º | 0.82% | 0.5% | - |
| HSV(B) | 14.2º | 0.9% | 0.9% | - |
| XYZ | 35.11 | 21.52 | 3.11 | - |
| YUV | 113.66 | 76.85 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 72 | 23 | 0 | 0.69 | 0.9 | 0.10 | 14.2 | 0.82 | 0.5 |
| Hex | E6 | 48 | 17 | 0 | 45 | 5A | A | E | 52 | 32 |
| Octal | 346 | 110 | 27 | 0 | 105 | 132 | 12 | 16 | 122 | 62 |
| Binary | 11100110 | 1001000 | 10111 | 0 | 1000101 | 1011010 | 1010 | 1110 | 1010010 | 110010 |
Color Harmonies of #E64817
Complementary color
Monochromatic Colors of #E64817
Black with #E64817
Text Example
Text Example
White with #E64817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64817; }
p { color: rgb(230,72,23); }
H1.HeaderClassName
{
color: #E64817;
}
.AnyTagClassName
{
color: #E64817;
}
</style>
background-color css
<style>
a { background-color: #E64817; }
a { background-color: rgb(230,72,23); }
div.DivClassName
{
background-color: #E64817;
}
.BgClassName
{
background-color: #E64817;
}
</style>
border-color css
<style>
span { border-color: #E64817; }
span { border-color: rgb(230,72,23); }
td.TdClassName
{
border-color: #E64817;
}
.TagClassName
{
border-color: #E64817;
}
</style>