Shades of Persimmon #E55213
Tints of Persimmon #E55213
RGB
CMYK
RGB Variations
Color information
#E55213 (or 0xE55213) is known color: Persimmon. HEX triplet: E5, 52 and 13. RGB value is (229,82,19). Sum of RGB (Red+Green+Blue) = 229+82+19=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E55213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55213 is #1AADEC. Grayscale: #777777. Windows color (decimal): -1748461 or 1266405. OLE color: 1266405.
HSL color Cylindrical-coordinate representation of color #E55213: hue angle of 18º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E55213 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 19 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.10 |
| HSL | 18º | 0.85% | 0.49% | - |
| HSV(B) | 18º | 0.92% | 0.9% | - |
| XYZ | 35.45 | 22.74 | 3.14 | - |
| YUV | 118.77 | 71.7 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 19 | 0 | 0.64 | 0.92 | 0.10 | 18 | 0.85 | 0.49 |
| Hex | E5 | 52 | 13 | 0 | 40 | 5C | A | 12 | 55 | 31 |
| Octal | 345 | 122 | 23 | 0 | 100 | 134 | 12 | 22 | 125 | 61 |
| Binary | 11100101 | 1010010 | 10011 | 0 | 1000000 | 1011100 | 1010 | 10010 | 1010101 | 110001 |
Color Harmonies of #E55213
Complementary color
Monochromatic Colors of #E55213
Black with #E55213
Text Example
Text Example
White with #E55213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55213; }
p { color: rgb(229,82,19); }
H1.HeaderClassName
{
color: #E55213;
}
.AnyTagClassName
{
color: #E55213;
}
</style>
background-color css
<style>
a { background-color: #E55213; }
a { background-color: rgb(229,82,19); }
div.DivClassName
{
background-color: #E55213;
}
.BgClassName
{
background-color: #E55213;
}
</style>
border-color css
<style>
span { border-color: #E55213; }
span { border-color: rgb(229,82,19); }
td.TdClassName
{
border-color: #E55213;
}
.TagClassName
{
border-color: #E55213;
}
</style>