Shades of Persimmon #E55715
Tints of Persimmon #E55715
RGB
CMYK
RGB Variations
Color information
#E55715 (or 0xE55715) is known color: Persimmon. HEX triplet: E5, 57 and 15. RGB value is (229,87,21). Sum of RGB (Red+Green+Blue) = 229+87+21=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E55715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55715 is #1AA8EA. Grayscale: #7A7A7A. Windows color (decimal): -1747179 or 1398757. OLE color: 1398757.
HSL color Cylindrical-coordinate representation of color #E55715: hue angle of 19.04º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E55715 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 21 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.10 |
| HSL | 19.04º | 0.83% | 0.49% | - |
| HSV(B) | 19.04º | 0.91% | 0.9% | - |
| XYZ | 35.86 | 23.53 | 3.36 | - |
| YUV | 121.93 | 71.04 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 21 | 0 | 0.62 | 0.91 | 0.10 | 19.04 | 0.83 | 0.49 |
| Hex | E5 | 57 | 15 | 0 | 3E | 5B | A | 13 | 53 | 31 |
| Octal | 345 | 127 | 25 | 0 | 76 | 133 | 12 | 23 | 123 | 61 |
| Binary | 11100101 | 1010111 | 10101 | 0 | 111110 | 1011011 | 1010 | 10011 | 1010011 | 110001 |
Color Harmonies of #E55715
Complementary color
Monochromatic Colors of #E55715
Black with #E55715
Text Example
Text Example
White with #E55715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55715; }
p { color: rgb(229,87,21); }
H1.HeaderClassName
{
color: #E55715;
}
.AnyTagClassName
{
color: #E55715;
}
</style>
background-color css
<style>
a { background-color: #E55715; }
a { background-color: rgb(229,87,21); }
div.DivClassName
{
background-color: #E55715;
}
.BgClassName
{
background-color: #E55715;
}
</style>
border-color css
<style>
span { border-color: #E55715; }
span { border-color: rgb(229,87,21); }
td.TdClassName
{
border-color: #E55715;
}
.TagClassName
{
border-color: #E55715;
}
</style>