Shades of Persimmon #E2560D
Tints of Persimmon #E2560D
RGB
CMYK
RGB Variations
Color information
#E2560D (or 0xE2560D) is known color: Persimmon. HEX triplet: E2, 56 and 0D. RGB value is (226,86,13). Sum of RGB (Red+Green+Blue) = 226+86+13=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E2560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2560D is #1DA9F2. Grayscale: #777777. Windows color (decimal): -1944051 or 874210. OLE color: 874210.
HSL color Cylindrical-coordinate representation of color #E2560D: hue angle of 20.56º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2560D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.11 |
| HSL | 20.56º | 0.89% | 0.47% | - |
| HSV(B) | 20.56º | 0.94% | 0.89% | - |
| XYZ | 34.76 | 22.85 | 2.96 | - |
| YUV | 119.54 | 67.88 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 13 | 0 | 0.62 | 0.94 | 0.11 | 20.56 | 0.89 | 0.47 |
| Hex | E2 | 56 | D | 0 | 3E | 5E | B | 15 | 59 | 2F |
| Octal | 342 | 126 | 15 | 0 | 76 | 136 | 13 | 25 | 131 | 57 |
| Binary | 11100010 | 1010110 | 1101 | 0 | 111110 | 1011110 | 1011 | 10101 | 1011001 | 101111 |
Color Harmonies of #E2560D
Complementary color
Monochromatic Colors of #E2560D
Black with #E2560D
Text Example
Text Example
White with #E2560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2560D; }
p { color: rgb(226,86,13); }
H1.HeaderClassName
{
color: #E2560D;
}
.AnyTagClassName
{
color: #E2560D;
}
</style>
background-color css
<style>
a { background-color: #E2560D; }
a { background-color: rgb(226,86,13); }
div.DivClassName
{
background-color: #E2560D;
}
.BgClassName
{
background-color: #E2560D;
}
</style>
border-color css
<style>
span { border-color: #E2560D; }
span { border-color: rgb(226,86,13); }
td.TdClassName
{
border-color: #E2560D;
}
.TagClassName
{
border-color: #E2560D;
}
</style>