Shades of Persimmon #E65613
Tints of Persimmon #E65613
RGB
CMYK
RGB Variations
Color information
#E65613 (or 0xE65613) is known color: Persimmon. HEX triplet: E6, 56 and 13. RGB value is (230,86,19). Sum of RGB (Red+Green+Blue) = 230+86+19=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E65613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65613 is #19A9EC. Grayscale: #797979. Windows color (decimal): -1681901 or 1267430. OLE color: 1267430.
HSL color Cylindrical-coordinate representation of color #E65613: hue angle of 19.05º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E65613 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 19 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.10 |
| HSL | 19.05º | 0.85% | 0.49% | - |
| HSV(B) | 19.05º | 0.92% | 0.9% | - |
| XYZ | 36.08 | 23.53 | 3.26 | - |
| YUV | 121.42 | 70.21 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 19 | 0 | 0.63 | 0.92 | 0.10 | 19.05 | 0.85 | 0.49 |
| Hex | E6 | 56 | 13 | 0 | 3F | 5C | A | 13 | 55 | 31 |
| Octal | 346 | 126 | 23 | 0 | 77 | 134 | 12 | 23 | 125 | 61 |
| Binary | 11100110 | 1010110 | 10011 | 0 | 111111 | 1011100 | 1010 | 10011 | 1010101 | 110001 |
Color Harmonies of #E65613
Complementary color
Monochromatic Colors of #E65613
Black with #E65613
Text Example
Text Example
White with #E65613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65613; }
p { color: rgb(230,86,19); }
H1.HeaderClassName
{
color: #E65613;
}
.AnyTagClassName
{
color: #E65613;
}
</style>
background-color css
<style>
a { background-color: #E65613; }
a { background-color: rgb(230,86,19); }
div.DivClassName
{
background-color: #E65613;
}
.BgClassName
{
background-color: #E65613;
}
</style>
border-color css
<style>
span { border-color: #E65613; }
span { border-color: rgb(230,86,19); }
td.TdClassName
{
border-color: #E65613;
}
.TagClassName
{
border-color: #E65613;
}
</style>