Shades of Persimmon #E7560A
Tints of Persimmon #E7560A
RGB
CMYK
RGB Variations
Color information
#E7560A (or 0xE7560A) is known color: Persimmon. HEX triplet: E7, 56 and 0A. RGB value is (231,86,10). Sum of RGB (Red+Green+Blue) = 231+86+10=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E7560A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7560A is #18A9F5. Grayscale: #797979. Windows color (decimal): -1616374 or 677607. OLE color: 677607.
HSL color Cylindrical-coordinate representation of color #E7560A: hue angle of 20.63º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7560A is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 10 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.09 |
| HSL | 20.63º | 0.92% | 0.47% | - |
| HSV(B) | 20.63º | 0.96% | 0.91% | - |
| XYZ | 36.34 | 23.67 | 2.94 | - |
| YUV | 120.69 | 65.54 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 10 | 0 | 0.63 | 0.96 | 0.09 | 20.63 | 0.92 | 0.47 |
| Hex | E7 | 56 | A | 0 | 3F | 60 | 9 | 15 | 5C | 2F |
| Octal | 347 | 126 | 12 | 0 | 77 | 140 | 11 | 25 | 134 | 57 |
| Binary | 11100111 | 1010110 | 1010 | 0 | 111111 | 1100000 | 1001 | 10101 | 1011100 | 101111 |
Color Harmonies of #E7560A
Complementary color
Monochromatic Colors of #E7560A
Black with #E7560A
Text Example
Text Example
White with #E7560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7560A; }
p { color: rgb(231,86,10); }
H1.HeaderClassName
{
color: #E7560A;
}
.AnyTagClassName
{
color: #E7560A;
}
</style>
background-color css
<style>
a { background-color: #E7560A; }
a { background-color: rgb(231,86,10); }
div.DivClassName
{
background-color: #E7560A;
}
.BgClassName
{
background-color: #E7560A;
}
</style>
border-color css
<style>
span { border-color: #E7560A; }
span { border-color: rgb(231,86,10); }
td.TdClassName
{
border-color: #E7560A;
}
.TagClassName
{
border-color: #E7560A;
}
</style>