Shades of Persimmon #E64716
Tints of Persimmon #E64716
RGB
CMYK
RGB Variations
Color information
#E64716 (or 0xE64716) is known color: Persimmon. HEX triplet: E6, 47 and 16. RGB value is (230,71,22). Sum of RGB (Red+Green+Blue) = 230+71+22=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E64716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64716 is #19B8E9. Grayscale: #717171. Windows color (decimal): -1685738 or 1460198. OLE color: 1460198.
HSL color Cylindrical-coordinate representation of color #E64716: hue angle of 14.13º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E64716 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 22 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.10 |
| HSL | 14.13º | 0.83% | 0.49% | - |
| HSV(B) | 14.13º | 0.9% | 0.9% | - |
| XYZ | 35.03 | 21.39 | 3.04 | - |
| YUV | 112.96 | 76.68 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 22 | 0 | 0.69 | 0.90 | 0.10 | 14.13 | 0.83 | 0.49 |
| Hex | E6 | 47 | 16 | 0 | 45 | 5A | A | E | 53 | 31 |
| Octal | 346 | 107 | 26 | 0 | 105 | 132 | 12 | 16 | 123 | 61 |
| Binary | 11100110 | 1000111 | 10110 | 0 | 1000101 | 1011010 | 1010 | 1110 | 1010011 | 110001 |
Color Harmonies of #E64716
Complementary color
Monochromatic Colors of #E64716
Black with #E64716
Text Example
Text Example
White with #E64716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64716; }
p { color: rgb(230,71,22); }
H1.HeaderClassName
{
color: #E64716;
}
.AnyTagClassName
{
color: #E64716;
}
</style>
background-color css
<style>
a { background-color: #E64716; }
a { background-color: rgb(230,71,22); }
div.DivClassName
{
background-color: #E64716;
}
.BgClassName
{
background-color: #E64716;
}
</style>
border-color css
<style>
span { border-color: #E64716; }
span { border-color: rgb(230,71,22); }
td.TdClassName
{
border-color: #E64716;
}
.TagClassName
{
border-color: #E64716;
}
</style>