Shades of Persimmon #E7560B
Tints of Persimmon #E7560B
RGB
CMYK
RGB Variations
Color information
#E7560B (or 0xE7560B) is known color: Persimmon. HEX triplet: E7, 56 and 0B. RGB value is (231,86,11). Sum of RGB (Red+Green+Blue) = 231+86+11=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E7560B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7560B is #18A9F4. Grayscale: #797979. Windows color (decimal): -1616373 or 743143. OLE color: 743143.
HSL color Cylindrical-coordinate representation of color #E7560B: hue angle of 20.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7560B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.09 |
| HSL | 20.45º | 0.91% | 0.47% | - |
| HSV(B) | 20.45º | 0.95% | 0.91% | - |
| XYZ | 36.34 | 23.67 | 2.97 | - |
| YUV | 120.81 | 66.04 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 11 | 0 | 0.63 | 0.95 | 0.09 | 20.45 | 0.91 | 0.47 |
| Hex | E7 | 56 | B | 0 | 3F | 5F | 9 | 14 | 5B | 2F |
| Octal | 347 | 126 | 13 | 0 | 77 | 137 | 11 | 24 | 133 | 57 |
| Binary | 11100111 | 1010110 | 1011 | 0 | 111111 | 1011111 | 1001 | 10100 | 1011011 | 101111 |
Color Harmonies of #E7560B
Complementary color
Monochromatic Colors of #E7560B
Black with #E7560B
Text Example
Text Example
White with #E7560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7560B; }
p { color: rgb(231,86,11); }
H1.HeaderClassName
{
color: #E7560B;
}
.AnyTagClassName
{
color: #E7560B;
}
</style>
background-color css
<style>
a { background-color: #E7560B; }
a { background-color: rgb(231,86,11); }
div.DivClassName
{
background-color: #E7560B;
}
.BgClassName
{
background-color: #E7560B;
}
</style>
border-color css
<style>
span { border-color: #E7560B; }
span { border-color: rgb(231,86,11); }
td.TdClassName
{
border-color: #E7560B;
}
.TagClassName
{
border-color: #E7560B;
}
</style>