Shades of Persimmon #E55E02
Tints of Persimmon #E55E02
RGB
CMYK
RGB Variations
Color information
#E55E02 (or 0xE55E02) is known color: Persimmon. HEX triplet: E5, 5E and 02. RGB value is (229,94,2). Sum of RGB (Red+Green+Blue) = 229+94+2=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55E02 is #1AA1FD. Grayscale: #7C7C7C. Windows color (decimal): -1745406 or 155365. OLE color: 155365.
HSL color Cylindrical-coordinate representation of color #E55E02: hue angle of 24.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E55E02 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.10 |
| HSL | 24.32º | 0.98% | 0.45% | - |
| HSV(B) | 24.32º | 0.99% | 0.9% | - |
| XYZ | 36.33 | 24.67 | 2.9 | - |
| YUV | 123.88 | 59.23 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 2 | 0 | 0.59 | 0.99 | 0.10 | 24.32 | 0.98 | 0.45 |
| Hex | E5 | 5E | 2 | 0 | 3B | 63 | A | 18 | 62 | 2D |
| Octal | 345 | 136 | 2 | 0 | 73 | 143 | 12 | 30 | 142 | 55 |
| Binary | 11100101 | 1011110 | 10 | 0 | 111011 | 1100011 | 1010 | 11000 | 1100010 | 101101 |
Color Harmonies of #E55E02
Complementary color
Monochromatic Colors of #E55E02
Black with #E55E02
Text Example
Text Example
White with #E55E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E02; }
p { color: rgb(229,94,2); }
H1.HeaderClassName
{
color: #E55E02;
}
.AnyTagClassName
{
color: #E55E02;
}
</style>
background-color css
<style>
a { background-color: #E55E02; }
a { background-color: rgb(229,94,2); }
div.DivClassName
{
background-color: #E55E02;
}
.BgClassName
{
background-color: #E55E02;
}
</style>
border-color css
<style>
span { border-color: #E55E02; }
span { border-color: rgb(229,94,2); }
td.TdClassName
{
border-color: #E55E02;
}
.TagClassName
{
border-color: #E55E02;
}
</style>