Shades of Persimmon #E64615
Tints of Persimmon #E64615
RGB
CMYK
RGB Variations
Color information
#E64615 (or 0xE64615) is known color: Persimmon. HEX triplet: E6, 46 and 15. RGB value is (230,70,21). Sum of RGB (Red+Green+Blue) = 230+70+21=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E64615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64615 is #19B9EA. Grayscale: #707070. Windows color (decimal): -1685995 or 1394406. OLE color: 1394406.
HSL color Cylindrical-coordinate representation of color #E64615: hue angle of 14.07º 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 #E64615 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.10 |
| HSL | 14.07º | 0.83% | 0.49% | - |
| HSV(B) | 14.07º | 0.91% | 0.9% | - |
| XYZ | 34.96 | 21.26 | 2.97 | - |
| YUV | 112.25 | 76.51 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 21 | 0 | 0.70 | 0.91 | 0.10 | 14.07 | 0.83 | 0.49 |
| Hex | E6 | 46 | 15 | 0 | 46 | 5B | A | E | 53 | 31 |
| Octal | 346 | 106 | 25 | 0 | 106 | 133 | 12 | 16 | 123 | 61 |
| Binary | 11100110 | 1000110 | 10101 | 0 | 1000110 | 1011011 | 1010 | 1110 | 1010011 | 110001 |
Color Harmonies of #E64615
Complementary color
Monochromatic Colors of #E64615
Black with #E64615
Text Example
Text Example
White with #E64615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64615; }
p { color: rgb(230,70,21); }
H1.HeaderClassName
{
color: #E64615;
}
.AnyTagClassName
{
color: #E64615;
}
</style>
background-color css
<style>
a { background-color: #E64615; }
a { background-color: rgb(230,70,21); }
div.DivClassName
{
background-color: #E64615;
}
.BgClassName
{
background-color: #E64615;
}
</style>
border-color css
<style>
span { border-color: #E64615; }
span { border-color: rgb(230,70,21); }
td.TdClassName
{
border-color: #E64615;
}
.TagClassName
{
border-color: #E64615;
}
</style>