Shades of Persimmon #E65713
Tints of Persimmon #E65713
RGB
CMYK
RGB Variations
Color information
#E65713 (or 0xE65713) is known color: Persimmon. HEX triplet: E6, 57 and 13. RGB value is (230,87,19). Sum of RGB (Red+Green+Blue) = 230+87+19=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E65713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65713 is #19A8EC. Grayscale: #7A7A7A. Windows color (decimal): -1681645 or 1267686. OLE color: 1267686.
HSL color Cylindrical-coordinate representation of color #E65713: hue angle of 19.34º 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 #E65713 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 19 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.10 |
| HSL | 19.34º | 0.85% | 0.49% | - |
| HSV(B) | 19.34º | 0.92% | 0.9% | - |
| XYZ | 36.16 | 23.69 | 3.28 | - |
| YUV | 122.01 | 69.88 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 19 | 0 | 0.62 | 0.92 | 0.10 | 19.34 | 0.85 | 0.49 |
| Hex | E6 | 57 | 13 | 0 | 3E | 5C | A | 13 | 55 | 31 |
| Octal | 346 | 127 | 23 | 0 | 76 | 134 | 12 | 23 | 125 | 61 |
| Binary | 11100110 | 1010111 | 10011 | 0 | 111110 | 1011100 | 1010 | 10011 | 1010101 | 110001 |
Color Harmonies of #E65713
Complementary color
Monochromatic Colors of #E65713
Black with #E65713
Text Example
Text Example
White with #E65713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65713; }
p { color: rgb(230,87,19); }
H1.HeaderClassName
{
color: #E65713;
}
.AnyTagClassName
{
color: #E65713;
}
</style>
background-color css
<style>
a { background-color: #E65713; }
a { background-color: rgb(230,87,19); }
div.DivClassName
{
background-color: #E65713;
}
.BgClassName
{
background-color: #E65713;
}
</style>
border-color css
<style>
span { border-color: #E65713; }
span { border-color: rgb(230,87,19); }
td.TdClassName
{
border-color: #E65713;
}
.TagClassName
{
border-color: #E65713;
}
</style>