Shades of Persimmon #E55F0E
Tints of Persimmon #E55F0E
RGB
CMYK
RGB Variations
Color information
#E55F0E (or 0xE55F0E) is known color: Persimmon. HEX triplet: E5, 5F and 0E. RGB value is (229,95,14). Sum of RGB (Red+Green+Blue) = 229+95+14=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55F0E is #1AA0F1. Grayscale: #7E7E7E. Windows color (decimal): -1745138 or 942053. OLE color: 942053.
HSL color Cylindrical-coordinate representation of color #E55F0E: hue angle of 22.6º degrees, saturation: 0.88, 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 #E55F0E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 14 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.10 |
| HSL | 22.6º | 0.88% | 0.48% | - |
| HSV(B) | 22.6º | 0.94% | 0.9% | - |
| XYZ | 36.48 | 24.87 | 3.29 | - |
| YUV | 125.83 | 64.89 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 14 | 0 | 0.59 | 0.94 | 0.10 | 22.6 | 0.88 | 0.48 |
| Hex | E5 | 5F | E | 0 | 3B | 5E | A | 17 | 58 | 30 |
| Octal | 345 | 137 | 16 | 0 | 73 | 136 | 12 | 27 | 130 | 60 |
| Binary | 11100101 | 1011111 | 1110 | 0 | 111011 | 1011110 | 1010 | 10111 | 1011000 | 110000 |
Color Harmonies of #E55F0E
Complementary color
Monochromatic Colors of #E55F0E
Black with #E55F0E
Text Example
Text Example
White with #E55F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F0E; }
p { color: rgb(229,95,14); }
H1.HeaderClassName
{
color: #E55F0E;
}
.AnyTagClassName
{
color: #E55F0E;
}
</style>
background-color css
<style>
a { background-color: #E55F0E; }
a { background-color: rgb(229,95,14); }
div.DivClassName
{
background-color: #E55F0E;
}
.BgClassName
{
background-color: #E55F0E;
}
</style>
border-color css
<style>
span { border-color: #E55F0E; }
span { border-color: rgb(229,95,14); }
td.TdClassName
{
border-color: #E55F0E;
}
.TagClassName
{
border-color: #E55F0E;
}
</style>