Shades of Persimmon #E15B0E
Tints of Persimmon #E15B0E
RGB
CMYK
RGB Variations
Color information
#E15B0E (or 0xE15B0E) is known color: Persimmon. HEX triplet: E1, 5B and 0E. RGB value is (225,91,14). Sum of RGB (Red+Green+Blue) = 225+91+14=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15B0E is #1EA4F1. Grayscale: #7A7A7A. Windows color (decimal): -2008306 or 941025. OLE color: 941025.
HSL color Cylindrical-coordinate representation of color #E15B0E: hue angle of 21.9º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E15B0E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 14 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.12 |
| HSL | 21.9º | 0.88% | 0.47% | - |
| HSV(B) | 21.9º | 0.94% | 0.88% | - |
| XYZ | 34.87 | 23.52 | 3.12 | - |
| YUV | 122.29 | 66.89 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 14 | 0 | 0.60 | 0.94 | 0.12 | 21.9 | 0.88 | 0.47 |
| Hex | E1 | 5B | E | 0 | 3C | 5E | C | 16 | 58 | 2F |
| Octal | 341 | 133 | 16 | 0 | 74 | 136 | 14 | 26 | 130 | 57 |
| Binary | 11100001 | 1011011 | 1110 | 0 | 111100 | 1011110 | 1100 | 10110 | 1011000 | 101111 |
Color Harmonies of #E15B0E
Complementary color
Monochromatic Colors of #E15B0E
Black with #E15B0E
Text Example
Text Example
White with #E15B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B0E; }
p { color: rgb(225,91,14); }
H1.HeaderClassName
{
color: #E15B0E;
}
.AnyTagClassName
{
color: #E15B0E;
}
</style>
background-color css
<style>
a { background-color: #E15B0E; }
a { background-color: rgb(225,91,14); }
div.DivClassName
{
background-color: #E15B0E;
}
.BgClassName
{
background-color: #E15B0E;
}
</style>
border-color css
<style>
span { border-color: #E15B0E; }
span { border-color: rgb(225,91,14); }
td.TdClassName
{
border-color: #E15B0E;
}
.TagClassName
{
border-color: #E15B0E;
}
</style>