Shades of Persimmon #E54209
Tints of Persimmon #E54209
RGB
CMYK
RGB Variations
Color information
#E54209 (or 0xE54209) is known color: Persimmon. HEX triplet: E5, 42 and 09. RGB value is (229,66,9). Sum of RGB (Red+Green+Blue) = 229+66+9=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E54209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54209 is #1ABDF6. Grayscale: #6C6C6C. Windows color (decimal): -1752567 or 606949. OLE color: 606949.
HSL color Cylindrical-coordinate representation of color #E54209: hue angle of 15.55º 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 #E54209 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 9 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.10 |
| HSL | 15.55º | 0.92% | 0.47% | - |
| HSV(B) | 15.55º | 0.96% | 0.9% | - |
| XYZ | 34.31 | 20.57 | 2.42 | - |
| YUV | 108.24 | 72 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 9 | 0 | 0.71 | 0.96 | 0.10 | 15.55 | 0.92 | 0.47 |
| Hex | E5 | 42 | 9 | 0 | 47 | 60 | A | 10 | 5C | 2F |
| Octal | 345 | 102 | 11 | 0 | 107 | 140 | 12 | 20 | 134 | 57 |
| Binary | 11100101 | 1000010 | 1001 | 0 | 1000111 | 1100000 | 1010 | 10000 | 1011100 | 101111 |
Color Harmonies of #E54209
Complementary color
Monochromatic Colors of #E54209
Black with #E54209
Text Example
Text Example
White with #E54209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54209; }
p { color: rgb(229,66,9); }
H1.HeaderClassName
{
color: #E54209;
}
.AnyTagClassName
{
color: #E54209;
}
</style>
background-color css
<style>
a { background-color: #E54209; }
a { background-color: rgb(229,66,9); }
div.DivClassName
{
background-color: #E54209;
}
.BgClassName
{
background-color: #E54209;
}
</style>
border-color css
<style>
span { border-color: #E54209; }
span { border-color: rgb(229,66,9); }
td.TdClassName
{
border-color: #E54209;
}
.TagClassName
{
border-color: #E54209;
}
</style>