Shades of Persimmon #E54109
Tints of Persimmon #E54109
RGB
CMYK
RGB Variations
Color information
#E54109 (or 0xE54109) is known color: Persimmon. HEX triplet: E5, 41 and 09. RGB value is (229,65,9). Sum of RGB (Red+Green+Blue) = 229+65+9=303 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.58% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 229 - color contains mainly: red. Hex color #E54109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54109 is #1ABEF6. Grayscale: #6C6C6C. Windows color (decimal): -1752823 or 606693. OLE color: 606693.
HSL color Cylindrical-coordinate representation of color #E54109: hue angle of 15.27º 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 #E54109 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 9 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.10 |
| HSL | 15.27º | 0.92% | 0.47% | - |
| HSV(B) | 15.27º | 0.96% | 0.9% | - |
| XYZ | 34.25 | 20.46 | 2.4 | - |
| YUV | 107.65 | 72.33 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 9 | 0 | 0.72 | 0.96 | 0.10 | 15.27 | 0.92 | 0.47 |
| Hex | E5 | 41 | 9 | 0 | 48 | 60 | A | F | 5C | 2F |
| Octal | 345 | 101 | 11 | 0 | 110 | 140 | 12 | 17 | 134 | 57 |
| Binary | 11100101 | 1000001 | 1001 | 0 | 1001000 | 1100000 | 1010 | 1111 | 1011100 | 101111 |
Color Harmonies of #E54109
Complementary color
Monochromatic Colors of #E54109
Black with #E54109
Text Example
Text Example
White with #E54109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54109; }
p { color: rgb(229,65,9); }
H1.HeaderClassName
{
color: #E54109;
}
.AnyTagClassName
{
color: #E54109;
}
</style>
background-color css
<style>
a { background-color: #E54109; }
a { background-color: rgb(229,65,9); }
div.DivClassName
{
background-color: #E54109;
}
.BgClassName
{
background-color: #E54109;
}
</style>
border-color css
<style>
span { border-color: #E54109; }
span { border-color: rgb(229,65,9); }
td.TdClassName
{
border-color: #E54109;
}
.TagClassName
{
border-color: #E54109;
}
</style>