Shades of Persimmon #E7560C
Tints of Persimmon #E7560C
RGB
CMYK
RGB Variations
Color information
#E7560C (or 0xE7560C) is known color: Persimmon. HEX triplet: E7, 56 and 0C. RGB value is (231,86,12). Sum of RGB (Red+Green+Blue) = 231+86+12=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E7560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7560C is #18A9F3. Grayscale: #797979. Windows color (decimal): -1616372 or 808679. OLE color: 808679.
HSL color Cylindrical-coordinate representation of color #E7560C: hue angle of 20.27º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7560C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.09 |
| HSL | 20.27º | 0.9% | 0.48% | - |
| HSV(B) | 20.27º | 0.95% | 0.91% | - |
| XYZ | 36.35 | 23.67 | 3 | - |
| YUV | 120.92 | 66.54 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 12 | 0 | 0.63 | 0.95 | 0.09 | 20.27 | 0.9 | 0.48 |
| Hex | E7 | 56 | C | 0 | 3F | 5F | 9 | 14 | 5A | 30 |
| Octal | 347 | 126 | 14 | 0 | 77 | 137 | 11 | 24 | 132 | 60 |
| Binary | 11100111 | 1010110 | 1100 | 0 | 111111 | 1011111 | 1001 | 10100 | 1011010 | 110000 |
Color Harmonies of #E7560C
Complementary color
Monochromatic Colors of #E7560C
Black with #E7560C
Text Example
Text Example
White with #E7560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7560C; }
p { color: rgb(231,86,12); }
H1.HeaderClassName
{
color: #E7560C;
}
.AnyTagClassName
{
color: #E7560C;
}
</style>
background-color css
<style>
a { background-color: #E7560C; }
a { background-color: rgb(231,86,12); }
div.DivClassName
{
background-color: #E7560C;
}
.BgClassName
{
background-color: #E7560C;
}
</style>
border-color css
<style>
span { border-color: #E7560C; }
span { border-color: rgb(231,86,12); }
td.TdClassName
{
border-color: #E7560C;
}
.TagClassName
{
border-color: #E7560C;
}
</style>