Shades of Persimmon #E55E0B
Tints of Persimmon #E55E0B
RGB
CMYK
RGB Variations
Color information
#E55E0B (or 0xE55E0B) is known color: Persimmon. HEX triplet: E5, 5E and 0B. RGB value is (229,94,11). Sum of RGB (Red+Green+Blue) = 229+94+11=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55E0B is #1AA1F4. Grayscale: #7D7D7D. Windows color (decimal): -1745397 or 745189. OLE color: 745189.
HSL color Cylindrical-coordinate representation of color #E55E0B: hue angle of 22.84º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E55E0B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.10 |
| HSL | 22.84º | 0.91% | 0.47% | - |
| HSV(B) | 22.84º | 0.95% | 0.9% | - |
| XYZ | 36.38 | 24.69 | 3.16 | - |
| YUV | 124.9 | 63.73 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 11 | 0 | 0.59 | 0.95 | 0.10 | 22.84 | 0.91 | 0.47 |
| Hex | E5 | 5E | B | 0 | 3B | 5F | A | 17 | 5B | 2F |
| Octal | 345 | 136 | 13 | 0 | 73 | 137 | 12 | 27 | 133 | 57 |
| Binary | 11100101 | 1011110 | 1011 | 0 | 111011 | 1011111 | 1010 | 10111 | 1011011 | 101111 |
Color Harmonies of #E55E0B
Complementary color
Monochromatic Colors of #E55E0B
Black with #E55E0B
Text Example
Text Example
White with #E55E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E0B; }
p { color: rgb(229,94,11); }
H1.HeaderClassName
{
color: #E55E0B;
}
.AnyTagClassName
{
color: #E55E0B;
}
</style>
background-color css
<style>
a { background-color: #E55E0B; }
a { background-color: rgb(229,94,11); }
div.DivClassName
{
background-color: #E55E0B;
}
.BgClassName
{
background-color: #E55E0B;
}
</style>
border-color css
<style>
span { border-color: #E55E0B; }
span { border-color: rgb(229,94,11); }
td.TdClassName
{
border-color: #E55E0B;
}
.TagClassName
{
border-color: #E55E0B;
}
</style>