Shades of Persimmon #E6560A
Tints of Persimmon #E6560A
RGB
CMYK
RGB Variations
Color information
#E6560A (or 0xE6560A) is known color: Persimmon. HEX triplet: E6, 56 and 0A. RGB value is (230,86,10). Sum of RGB (Red+Green+Blue) = 230+86+10=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E6560A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6560A is #19A9F5. Grayscale: #787878. Windows color (decimal): -1681910 or 677606. OLE color: 677606.
HSL color Cylindrical-coordinate representation of color #E6560A: hue angle of 20.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6560A is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 10 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.10 |
| HSL | 20.73º | 0.92% | 0.47% | - |
| HSV(B) | 20.73º | 0.96% | 0.9% | - |
| XYZ | 36.02 | 23.5 | 2.92 | - |
| YUV | 120.39 | 65.71 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 10 | 0 | 0.63 | 0.96 | 0.10 | 20.73 | 0.92 | 0.47 |
| Hex | E6 | 56 | A | 0 | 3F | 60 | A | 15 | 5C | 2F |
| Octal | 346 | 126 | 12 | 0 | 77 | 140 | 12 | 25 | 134 | 57 |
| Binary | 11100110 | 1010110 | 1010 | 0 | 111111 | 1100000 | 1010 | 10101 | 1011100 | 101111 |
Color Harmonies of #E6560A
Complementary color
Monochromatic Colors of #E6560A
Black with #E6560A
Text Example
Text Example
White with #E6560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6560A; }
p { color: rgb(230,86,10); }
H1.HeaderClassName
{
color: #E6560A;
}
.AnyTagClassName
{
color: #E6560A;
}
</style>
background-color css
<style>
a { background-color: #E6560A; }
a { background-color: rgb(230,86,10); }
div.DivClassName
{
background-color: #E6560A;
}
.BgClassName
{
background-color: #E6560A;
}
</style>
border-color css
<style>
span { border-color: #E6560A; }
span { border-color: rgb(230,86,10); }
td.TdClassName
{
border-color: #E6560A;
}
.TagClassName
{
border-color: #E6560A;
}
</style>