Shades of Persimmon #E54615
Tints of Persimmon #E54615
RGB
CMYK
RGB Variations
Color information
#E54615 (or 0xE54615) is known color: Persimmon. HEX triplet: E5, 46 and 15. RGB value is (229,70,21). Sum of RGB (Red+Green+Blue) = 229+70+21=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E54615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54615 is #1AB9EA. Grayscale: #707070. Windows color (decimal): -1751531 or 1394405. OLE color: 1394405.
HSL color Cylindrical-coordinate representation of color #E54615: hue angle of 14.13º 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 #E54615 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 21 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.10 |
| HSL | 14.13º | 0.83% | 0.49% | - |
| HSV(B) | 14.13º | 0.91% | 0.9% | - |
| XYZ | 34.64 | 21.09 | 2.96 | - |
| YUV | 111.96 | 76.68 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 21 | 0 | 0.69 | 0.91 | 0.10 | 14.13 | 0.83 | 0.49 |
| Hex | E5 | 46 | 15 | 0 | 45 | 5B | A | E | 53 | 31 |
| Octal | 345 | 106 | 25 | 0 | 105 | 133 | 12 | 16 | 123 | 61 |
| Binary | 11100101 | 1000110 | 10101 | 0 | 1000101 | 1011011 | 1010 | 1110 | 1010011 | 110001 |
Color Harmonies of #E54615
Complementary color
Monochromatic Colors of #E54615
Black with #E54615
Text Example
Text Example
White with #E54615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54615; }
p { color: rgb(229,70,21); }
H1.HeaderClassName
{
color: #E54615;
}
.AnyTagClassName
{
color: #E54615;
}
</style>
background-color css
<style>
a { background-color: #E54615; }
a { background-color: rgb(229,70,21); }
div.DivClassName
{
background-color: #E54615;
}
.BgClassName
{
background-color: #E54615;
}
</style>
border-color css
<style>
span { border-color: #E54615; }
span { border-color: rgb(229,70,21); }
td.TdClassName
{
border-color: #E54615;
}
.TagClassName
{
border-color: #E54615;
}
</style>