Shades of Persimmon #E2540E
Tints of Persimmon #E2540E
RGB
CMYK
RGB Variations
Color information
#E2540E (or 0xE2540E) is known color: Persimmon. HEX triplet: E2, 54 and 0E. RGB value is (226,84,14). Sum of RGB (Red+Green+Blue) = 226+84+14=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2540E is #1DABF1. Grayscale: #767676. Windows color (decimal): -1944562 or 939234. OLE color: 939234.
HSL color Cylindrical-coordinate representation of color #E2540E: hue angle of 19.81º degrees, saturation: 0.88, 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 #E2540E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 14 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.11 |
| HSL | 19.81º | 0.88% | 0.47% | - |
| HSV(B) | 19.81º | 0.94% | 0.89% | - |
| XYZ | 34.61 | 22.54 | 2.94 | - |
| YUV | 118.48 | 69.04 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 14 | 0 | 0.63 | 0.94 | 0.11 | 19.81 | 0.88 | 0.47 |
| Hex | E2 | 54 | E | 0 | 3F | 5E | B | 14 | 58 | 2F |
| Octal | 342 | 124 | 16 | 0 | 77 | 136 | 13 | 24 | 130 | 57 |
| Binary | 11100010 | 1010100 | 1110 | 0 | 111111 | 1011110 | 1011 | 10100 | 1011000 | 101111 |
Color Harmonies of #E2540E
Complementary color
Monochromatic Colors of #E2540E
Black with #E2540E
Text Example
Text Example
White with #E2540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2540E; }
p { color: rgb(226,84,14); }
H1.HeaderClassName
{
color: #E2540E;
}
.AnyTagClassName
{
color: #E2540E;
}
</style>
background-color css
<style>
a { background-color: #E2540E; }
a { background-color: rgb(226,84,14); }
div.DivClassName
{
background-color: #E2540E;
}
.BgClassName
{
background-color: #E2540E;
}
</style>
border-color css
<style>
span { border-color: #E2540E; }
span { border-color: rgb(226,84,14); }
td.TdClassName
{
border-color: #E2540E;
}
.TagClassName
{
border-color: #E2540E;
}
</style>