Shades of Persimmon #E2560B
Tints of Persimmon #E2560B
RGB
CMYK
RGB Variations
Color information
#E2560B (or 0xE2560B) is known color: Persimmon. HEX triplet: E2, 56 and 0B. RGB value is (226,86,11). Sum of RGB (Red+Green+Blue) = 226+86+11=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2560B is #1DA9F4. Grayscale: #777777. Windows color (decimal): -1944053 or 743138. OLE color: 743138.
HSL color Cylindrical-coordinate representation of color #E2560B: hue angle of 20.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2560B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.11 |
| HSL | 20.93º | 0.91% | 0.46% | - |
| HSV(B) | 20.93º | 0.95% | 0.89% | - |
| XYZ | 34.75 | 22.85 | 2.9 | - |
| YUV | 119.31 | 66.88 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 11 | 0 | 0.62 | 0.95 | 0.11 | 20.93 | 0.91 | 0.46 |
| Hex | E2 | 56 | B | 0 | 3E | 5F | B | 15 | 5B | 2E |
| Octal | 342 | 126 | 13 | 0 | 76 | 137 | 13 | 25 | 133 | 56 |
| Binary | 11100010 | 1010110 | 1011 | 0 | 111110 | 1011111 | 1011 | 10101 | 1011011 | 101110 |
Color Harmonies of #E2560B
Complementary color
Monochromatic Colors of #E2560B
Black with #E2560B
Text Example
Text Example
White with #E2560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2560B; }
p { color: rgb(226,86,11); }
H1.HeaderClassName
{
color: #E2560B;
}
.AnyTagClassName
{
color: #E2560B;
}
</style>
background-color css
<style>
a { background-color: #E2560B; }
a { background-color: rgb(226,86,11); }
div.DivClassName
{
background-color: #E2560B;
}
.BgClassName
{
background-color: #E2560B;
}
</style>
border-color css
<style>
span { border-color: #E2560B; }
span { border-color: rgb(226,86,11); }
td.TdClassName
{
border-color: #E2560B;
}
.TagClassName
{
border-color: #E2560B;
}
</style>