Shades of Persimmon #E54915
Tints of Persimmon #E54915
RGB
CMYK
RGB Variations
Color information
#E54915 (or 0xE54915) is known color: Persimmon. HEX triplet: E5, 49 and 15. RGB value is (229,73,21). Sum of RGB (Red+Green+Blue) = 229+73+21=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E54915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54915 is #1AB6EA. Grayscale: #727272. Windows color (decimal): -1750763 or 1395173. OLE color: 1395173.
HSL color Cylindrical-coordinate representation of color #E54915: hue angle of 15º 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 #E54915 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 21 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.10 |
| HSL | 15º | 0.83% | 0.49% | - |
| HSV(B) | 15º | 0.91% | 0.9% | - |
| XYZ | 34.83 | 21.48 | 3.02 | - |
| YUV | 113.72 | 75.68 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 21 | 0 | 0.68 | 0.91 | 0.10 | 15 | 0.83 | 0.49 |
| Hex | E5 | 49 | 15 | 0 | 44 | 5B | A | F | 53 | 31 |
| Octal | 345 | 111 | 25 | 0 | 104 | 133 | 12 | 17 | 123 | 61 |
| Binary | 11100101 | 1001001 | 10101 | 0 | 1000100 | 1011011 | 1010 | 1111 | 1010011 | 110001 |
Color Harmonies of #E54915
Complementary color
Monochromatic Colors of #E54915
Black with #E54915
Text Example
Text Example
White with #E54915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54915; }
p { color: rgb(229,73,21); }
H1.HeaderClassName
{
color: #E54915;
}
.AnyTagClassName
{
color: #E54915;
}
</style>
background-color css
<style>
a { background-color: #E54915; }
a { background-color: rgb(229,73,21); }
div.DivClassName
{
background-color: #E54915;
}
.BgClassName
{
background-color: #E54915;
}
</style>
border-color css
<style>
span { border-color: #E54915; }
span { border-color: rgb(229,73,21); }
td.TdClassName
{
border-color: #E54915;
}
.TagClassName
{
border-color: #E54915;
}
</style>