Shades of Persimmon #E4570D
Tints of Persimmon #E4570D
RGB
CMYK
RGB Variations
Color information
#E4570D (or 0xE4570D) is known color: Persimmon. HEX triplet: E4, 57 and 0D. RGB value is (228,87,13). Sum of RGB (Red+Green+Blue) = 228+87+13=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E4570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4570D is #1BA8F2. Grayscale: #797979. Windows color (decimal): -1812723 or 874468. OLE color: 874468.
HSL color Cylindrical-coordinate representation of color #E4570D: hue angle of 20.65º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E4570D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 87 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.11 |
| HSL | 20.65º | 0.89% | 0.47% | - |
| HSV(B) | 20.65º | 0.94% | 0.89% | - |
| XYZ | 35.48 | 23.34 | 3.02 | - |
| YUV | 120.72 | 67.21 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 87 | 13 | 0 | 0.62 | 0.94 | 0.11 | 20.65 | 0.89 | 0.47 |
| Hex | E4 | 57 | D | 0 | 3E | 5E | B | 15 | 59 | 2F |
| Octal | 344 | 127 | 15 | 0 | 76 | 136 | 13 | 25 | 131 | 57 |
| Binary | 11100100 | 1010111 | 1101 | 0 | 111110 | 1011110 | 1011 | 10101 | 1011001 | 101111 |
Color Harmonies of #E4570D
Complementary color
Monochromatic Colors of #E4570D
Black with #E4570D
Text Example
Text Example
White with #E4570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4570D; }
p { color: rgb(228,87,13); }
H1.HeaderClassName
{
color: #E4570D;
}
.AnyTagClassName
{
color: #E4570D;
}
</style>
background-color css
<style>
a { background-color: #E4570D; }
a { background-color: rgb(228,87,13); }
div.DivClassName
{
background-color: #E4570D;
}
.BgClassName
{
background-color: #E4570D;
}
</style>
border-color css
<style>
span { border-color: #E4570D; }
span { border-color: rgb(228,87,13); }
td.TdClassName
{
border-color: #E4570D;
}
.TagClassName
{
border-color: #E4570D;
}
</style>