Shades of Persimmon #E05409
Tints of Persimmon #E05409
RGB
CMYK
RGB Variations
Color information
#E05409 (or 0xE05409) is known color: Persimmon. HEX triplet: E0, 54 and 09. RGB value is (224,84,9). Sum of RGB (Red+Green+Blue) = 224+84+9=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E05409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05409 is #1FABF6. Grayscale: #757575. Windows color (decimal): -2075639 or 611552. OLE color: 611552.
HSL color Cylindrical-coordinate representation of color #E05409: hue angle of 20.93º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E05409 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 9 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.12 |
| HSL | 20.93º | 0.92% | 0.46% | - |
| HSV(B) | 20.93º | 0.96% | 0.88% | - |
| XYZ | 33.96 | 22.21 | 2.76 | - |
| YUV | 117.31 | 66.88 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 9 | 0 | 0.62 | 0.96 | 0.12 | 20.93 | 0.92 | 0.46 |
| Hex | E0 | 54 | 9 | 0 | 3E | 60 | C | 15 | 5C | 2E |
| Octal | 340 | 124 | 11 | 0 | 76 | 140 | 14 | 25 | 134 | 56 |
| Binary | 11100000 | 1010100 | 1001 | 0 | 111110 | 1100000 | 1100 | 10101 | 1011100 | 101110 |
Color Harmonies of #E05409
Complementary color
Monochromatic Colors of #E05409
Black with #E05409
Text Example
Text Example
White with #E05409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05409; }
p { color: rgb(224,84,9); }
H1.HeaderClassName
{
color: #E05409;
}
.AnyTagClassName
{
color: #E05409;
}
</style>
background-color css
<style>
a { background-color: #E05409; }
a { background-color: rgb(224,84,9); }
div.DivClassName
{
background-color: #E05409;
}
.BgClassName
{
background-color: #E05409;
}
</style>
border-color css
<style>
span { border-color: #E05409; }
span { border-color: rgb(224,84,9); }
td.TdClassName
{
border-color: #E05409;
}
.TagClassName
{
border-color: #E05409;
}
</style>