Shades of Persimmon #E7560D
Tints of Persimmon #E7560D
RGB
CMYK
RGB Variations
Color information
#E7560D (or 0xE7560D) is known color: Persimmon. HEX triplet: E7, 56 and 0D. RGB value is (231,86,13). Sum of RGB (Red+Green+Blue) = 231+86+13=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7560D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7560D is #18A9F2. Grayscale: #797979. Windows color (decimal): -1616371 or 874215. OLE color: 874215.
HSL color Cylindrical-coordinate representation of color #E7560D: hue angle of 20.09º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7560D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.09 |
| HSL | 20.09º | 0.89% | 0.48% | - |
| HSV(B) | 20.09º | 0.94% | 0.91% | - |
| XYZ | 36.36 | 23.67 | 3.03 | - |
| YUV | 121.03 | 67.04 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 13 | 0 | 0.63 | 0.94 | 0.09 | 20.09 | 0.89 | 0.48 |
| Hex | E7 | 56 | D | 0 | 3F | 5E | 9 | 14 | 59 | 30 |
| Octal | 347 | 126 | 15 | 0 | 77 | 136 | 11 | 24 | 131 | 60 |
| Binary | 11100111 | 1010110 | 1101 | 0 | 111111 | 1011110 | 1001 | 10100 | 1011001 | 110000 |
Color Harmonies of #E7560D
Complementary color
Monochromatic Colors of #E7560D
Black with #E7560D
Text Example
Text Example
White with #E7560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7560D; }
p { color: rgb(231,86,13); }
H1.HeaderClassName
{
color: #E7560D;
}
.AnyTagClassName
{
color: #E7560D;
}
</style>
background-color css
<style>
a { background-color: #E7560D; }
a { background-color: rgb(231,86,13); }
div.DivClassName
{
background-color: #E7560D;
}
.BgClassName
{
background-color: #E7560D;
}
</style>
border-color css
<style>
span { border-color: #E7560D; }
span { border-color: rgb(231,86,13); }
td.TdClassName
{
border-color: #E7560D;
}
.TagClassName
{
border-color: #E7560D;
}
</style>