Shades of Persimmon #E6560D
Tints of Persimmon #E6560D
RGB
CMYK
RGB Variations
Color information
#E6560D (or 0xE6560D) is known color: Persimmon. HEX triplet: E6, 56 and 0D. RGB value is (230,86,13). Sum of RGB (Red+Green+Blue) = 230+86+13=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6560D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6560D is #19A9F2. Grayscale: #797979. Windows color (decimal): -1681907 or 874214. OLE color: 874214.
HSL color Cylindrical-coordinate representation of color #E6560D: hue angle of 20.18º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6560D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.10 |
| HSL | 20.18º | 0.89% | 0.48% | - |
| HSV(B) | 20.18º | 0.94% | 0.9% | - |
| XYZ | 36.03 | 23.51 | 3.02 | - |
| YUV | 120.73 | 67.21 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 13 | 0 | 0.63 | 0.94 | 0.10 | 20.18 | 0.89 | 0.48 |
| Hex | E6 | 56 | D | 0 | 3F | 5E | A | 14 | 59 | 30 |
| Octal | 346 | 126 | 15 | 0 | 77 | 136 | 12 | 24 | 131 | 60 |
| Binary | 11100110 | 1010110 | 1101 | 0 | 111111 | 1011110 | 1010 | 10100 | 1011001 | 110000 |
Color Harmonies of #E6560D
Complementary color
Monochromatic Colors of #E6560D
Black with #E6560D
Text Example
Text Example
White with #E6560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6560D; }
p { color: rgb(230,86,13); }
H1.HeaderClassName
{
color: #E6560D;
}
.AnyTagClassName
{
color: #E6560D;
}
</style>
background-color css
<style>
a { background-color: #E6560D; }
a { background-color: rgb(230,86,13); }
div.DivClassName
{
background-color: #E6560D;
}
.BgClassName
{
background-color: #E6560D;
}
</style>
border-color css
<style>
span { border-color: #E6560D; }
span { border-color: rgb(230,86,13); }
td.TdClassName
{
border-color: #E6560D;
}
.TagClassName
{
border-color: #E6560D;
}
</style>