Shades of Persimmon #E05713
Tints of Persimmon #E05713
RGB
CMYK
RGB Variations
Color information
#E05713 (or 0xE05713) is known color: Persimmon. HEX triplet: E0, 57 and 13. RGB value is (224,87,19). Sum of RGB (Red+Green+Blue) = 224+87+19=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E05713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05713 is #1FA8EC. Grayscale: #787878. Windows color (decimal): -2074861 or 1267680. OLE color: 1267680.
HSL color Cylindrical-coordinate representation of color #E05713: hue angle of 19.9º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E05713 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 19 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.12 |
| HSL | 19.9º | 0.84% | 0.48% | - |
| HSV(B) | 19.9º | 0.92% | 0.88% | - |
| XYZ | 34.27 | 22.71 | 3.19 | - |
| YUV | 120.21 | 70.89 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 19 | 0 | 0.61 | 0.92 | 0.12 | 19.9 | 0.84 | 0.48 |
| Hex | E0 | 57 | 13 | 0 | 3D | 5C | C | 14 | 54 | 30 |
| Octal | 340 | 127 | 23 | 0 | 75 | 134 | 14 | 24 | 124 | 60 |
| Binary | 11100000 | 1010111 | 10011 | 0 | 111101 | 1011100 | 1100 | 10100 | 1010100 | 110000 |
Color Harmonies of #E05713
Complementary color
Monochromatic Colors of #E05713
Black with #E05713
Text Example
Text Example
White with #E05713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05713; }
p { color: rgb(224,87,19); }
H1.HeaderClassName
{
color: #E05713;
}
.AnyTagClassName
{
color: #E05713;
}
</style>
background-color css
<style>
a { background-color: #E05713; }
a { background-color: rgb(224,87,19); }
div.DivClassName
{
background-color: #E05713;
}
.BgClassName
{
background-color: #E05713;
}
</style>
border-color css
<style>
span { border-color: #E05713; }
span { border-color: rgb(224,87,19); }
td.TdClassName
{
border-color: #E05713;
}
.TagClassName
{
border-color: #E05713;
}
</style>