Shades of Persimmon #E54905
Tints of Persimmon #E54905
RGB
CMYK
RGB Variations
Color information
#E54905 (or 0xE54905) is known color: Persimmon. HEX triplet: E5, 49 and 05. RGB value is (229,73,5). Sum of RGB (Red+Green+Blue) = 229+73+5=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E54905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54905 is #1AB6FA. Grayscale: #707070. Windows color (decimal): -1750779 or 346597. OLE color: 346597.
HSL color Cylindrical-coordinate representation of color #E54905: hue angle of 18.21º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E54905 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.10 |
| HSL | 18.21º | 0.96% | 0.46% | - |
| HSV(B) | 18.21º | 0.98% | 0.9% | - |
| XYZ | 34.72 | 21.43 | 2.45 | - |
| YUV | 111.89 | 67.68 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 5 | 0 | 0.68 | 0.98 | 0.10 | 18.21 | 0.96 | 0.46 |
| Hex | E5 | 49 | 5 | 0 | 44 | 62 | A | 12 | 60 | 2E |
| Octal | 345 | 111 | 5 | 0 | 104 | 142 | 12 | 22 | 140 | 56 |
| Binary | 11100101 | 1001001 | 101 | 0 | 1000100 | 1100010 | 1010 | 10010 | 1100000 | 101110 |
Color Harmonies of #E54905
Complementary color
Monochromatic Colors of #E54905
Black with #E54905
Text Example
Text Example
White with #E54905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54905; }
p { color: rgb(229,73,5); }
H1.HeaderClassName
{
color: #E54905;
}
.AnyTagClassName
{
color: #E54905;
}
</style>
background-color css
<style>
a { background-color: #E54905; }
a { background-color: rgb(229,73,5); }
div.DivClassName
{
background-color: #E54905;
}
.BgClassName
{
background-color: #E54905;
}
</style>
border-color css
<style>
span { border-color: #E54905; }
span { border-color: rgb(229,73,5); }
td.TdClassName
{
border-color: #E54905;
}
.TagClassName
{
border-color: #E54905;
}
</style>