Shades of Persimmon #E55502
Tints of Persimmon #E55502
RGB
CMYK
RGB Variations
Color information
#E55502 (or 0xE55502) is known color: Persimmon. HEX triplet: E5, 55 and 02. RGB value is (229,85,2). Sum of RGB (Red+Green+Blue) = 229+85+2=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E55502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55502 is #1AAAFD. Grayscale: #777777. Windows color (decimal): -1747710 or 153061. OLE color: 153061.
HSL color Cylindrical-coordinate representation of color #E55502: hue angle of 21.94º 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 #E55502 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.10 |
| HSL | 21.94º | 0.98% | 0.45% | - |
| HSV(B) | 21.94º | 0.99% | 0.9% | - |
| XYZ | 35.57 | 23.16 | 2.65 | - |
| YUV | 118.59 | 62.21 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 2 | 0 | 0.63 | 0.99 | 0.10 | 21.94 | 0.98 | 0.45 |
| Hex | E5 | 55 | 2 | 0 | 3F | 63 | A | 16 | 62 | 2D |
| Octal | 345 | 125 | 2 | 0 | 77 | 143 | 12 | 26 | 142 | 55 |
| Binary | 11100101 | 1010101 | 10 | 0 | 111111 | 1100011 | 1010 | 10110 | 1100010 | 101101 |
Color Harmonies of #E55502
Complementary color
Monochromatic Colors of #E55502
Black with #E55502
Text Example
Text Example
White with #E55502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55502; }
p { color: rgb(229,85,2); }
H1.HeaderClassName
{
color: #E55502;
}
.AnyTagClassName
{
color: #E55502;
}
</style>
background-color css
<style>
a { background-color: #E55502; }
a { background-color: rgb(229,85,2); }
div.DivClassName
{
background-color: #E55502;
}
.BgClassName
{
background-color: #E55502;
}
</style>
border-color css
<style>
span { border-color: #E55502; }
span { border-color: rgb(229,85,2); }
td.TdClassName
{
border-color: #E55502;
}
.TagClassName
{
border-color: #E55502;
}
</style>