Shades of Persimmon #E64715
Tints of Persimmon #E64715
RGB
CMYK
RGB Variations
Color information
#E64715 (or 0xE64715) is known color: Persimmon. HEX triplet: E6, 47 and 15. RGB value is (230,71,21). Sum of RGB (Red+Green+Blue) = 230+71+21=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E64715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64715 is #19B8EA. Grayscale: #717171. Windows color (decimal): -1685739 or 1394662. OLE color: 1394662.
HSL color Cylindrical-coordinate representation of color #E64715: hue angle of 14.35º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E64715 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 21 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.10 |
| HSL | 14.35º | 0.83% | 0.49% | - |
| HSV(B) | 14.35º | 0.91% | 0.9% | - |
| XYZ | 35.02 | 21.38 | 2.99 | - |
| YUV | 112.84 | 76.18 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 21 | 0 | 0.69 | 0.91 | 0.10 | 14.35 | 0.83 | 0.49 |
| Hex | E6 | 47 | 15 | 0 | 45 | 5B | A | E | 53 | 31 |
| Octal | 346 | 107 | 25 | 0 | 105 | 133 | 12 | 16 | 123 | 61 |
| Binary | 11100110 | 1000111 | 10101 | 0 | 1000101 | 1011011 | 1010 | 1110 | 1010011 | 110001 |
Color Harmonies of #E64715
Complementary color
Monochromatic Colors of #E64715
Black with #E64715
Text Example
Text Example
White with #E64715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64715; }
p { color: rgb(230,71,21); }
H1.HeaderClassName
{
color: #E64715;
}
.AnyTagClassName
{
color: #E64715;
}
</style>
background-color css
<style>
a { background-color: #E64715; }
a { background-color: rgb(230,71,21); }
div.DivClassName
{
background-color: #E64715;
}
.BgClassName
{
background-color: #E64715;
}
</style>
border-color css
<style>
span { border-color: #E64715; }
span { border-color: rgb(230,71,21); }
td.TdClassName
{
border-color: #E64715;
}
.TagClassName
{
border-color: #E64715;
}
</style>