Shades of Persimmon #E54809
Tints of Persimmon #E54809
RGB
CMYK
RGB Variations
Color information
#E54809 (or 0xE54809) is known color: Persimmon. HEX triplet: E5, 48 and 09. RGB value is (229,72,9). Sum of RGB (Red+Green+Blue) = 229+72+9=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E54809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54809 is #1AB7F6. Grayscale: #707070. Windows color (decimal): -1751031 or 608485. OLE color: 608485.
HSL color Cylindrical-coordinate representation of color #E54809: hue angle of 17.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E54809 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 9 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.10 |
| HSL | 17.18º | 0.92% | 0.47% | - |
| HSV(B) | 17.18º | 0.96% | 0.9% | - |
| XYZ | 34.68 | 21.31 | 2.54 | - |
| YUV | 111.76 | 70.01 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 9 | 0 | 0.69 | 0.96 | 0.10 | 17.18 | 0.92 | 0.47 |
| Hex | E5 | 48 | 9 | 0 | 45 | 60 | A | 11 | 5C | 2F |
| Octal | 345 | 110 | 11 | 0 | 105 | 140 | 12 | 21 | 134 | 57 |
| Binary | 11100101 | 1001000 | 1001 | 0 | 1000101 | 1100000 | 1010 | 10001 | 1011100 | 101111 |
Color Harmonies of #E54809
Complementary color
Monochromatic Colors of #E54809
Black with #E54809
Text Example
Text Example
White with #E54809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54809; }
p { color: rgb(229,72,9); }
H1.HeaderClassName
{
color: #E54809;
}
.AnyTagClassName
{
color: #E54809;
}
</style>
background-color css
<style>
a { background-color: #E54809; }
a { background-color: rgb(229,72,9); }
div.DivClassName
{
background-color: #E54809;
}
.BgClassName
{
background-color: #E54809;
}
</style>
border-color css
<style>
span { border-color: #E54809; }
span { border-color: rgb(229,72,9); }
td.TdClassName
{
border-color: #E54809;
}
.TagClassName
{
border-color: #E54809;
}
</style>