Shades of Persimmon #E4540E
Tints of Persimmon #E4540E
RGB
CMYK
RGB Variations
Color information
#E4540E (or 0xE4540E) is known color: Persimmon. HEX triplet: E4, 54 and 0E. RGB value is (228,84,14). Sum of RGB (Red+Green+Blue) = 228+84+14=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E4540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4540E is #1BABF1. Grayscale: #777777. Windows color (decimal): -1813490 or 939236. OLE color: 939236.
HSL color Cylindrical-coordinate representation of color #E4540E: hue angle of 19.63º 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 #E4540E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 14 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.11 |
| HSL | 19.63º | 0.88% | 0.47% | - |
| HSV(B) | 19.63º | 0.94% | 0.89% | - |
| XYZ | 35.24 | 22.87 | 2.97 | - |
| YUV | 119.08 | 68.71 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 14 | 0 | 0.63 | 0.94 | 0.11 | 19.63 | 0.88 | 0.47 |
| Hex | E4 | 54 | E | 0 | 3F | 5E | B | 14 | 58 | 2F |
| Octal | 344 | 124 | 16 | 0 | 77 | 136 | 13 | 24 | 130 | 57 |
| Binary | 11100100 | 1010100 | 1110 | 0 | 111111 | 1011110 | 1011 | 10100 | 1011000 | 101111 |
Color Harmonies of #E4540E
Complementary color
Monochromatic Colors of #E4540E
Black with #E4540E
Text Example
Text Example
White with #E4540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4540E; }
p { color: rgb(228,84,14); }
H1.HeaderClassName
{
color: #E4540E;
}
.AnyTagClassName
{
color: #E4540E;
}
</style>
background-color css
<style>
a { background-color: #E4540E; }
a { background-color: rgb(228,84,14); }
div.DivClassName
{
background-color: #E4540E;
}
.BgClassName
{
background-color: #E4540E;
}
</style>
border-color css
<style>
span { border-color: #E4540E; }
span { border-color: rgb(228,84,14); }
td.TdClassName
{
border-color: #E4540E;
}
.TagClassName
{
border-color: #E4540E;
}
</style>