Shades of Persimmon #E54A09
Tints of Persimmon #E54A09
RGB
CMYK
RGB Variations
Color information
#E54A09 (or 0xE54A09) is known color: Persimmon. HEX triplet: E5, 4A and 09. RGB value is (229,74,9). Sum of RGB (Red+Green+Blue) = 229+74+9=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54A09 is #1AB5F6. Grayscale: #717171. Windows color (decimal): -1750519 or 608997. OLE color: 608997.
HSL color Cylindrical-coordinate representation of color #E54A09: hue angle of 17.73º 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 #E54A09 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 9 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.10 |
| HSL | 17.73º | 0.92% | 0.47% | - |
| HSV(B) | 17.73º | 0.96% | 0.9% | - |
| XYZ | 34.81 | 21.58 | 2.59 | - |
| YUV | 112.94 | 69.35 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 9 | 0 | 0.68 | 0.96 | 0.10 | 17.73 | 0.92 | 0.47 |
| Hex | E5 | 4A | 9 | 0 | 44 | 60 | A | 12 | 5C | 2F |
| Octal | 345 | 112 | 11 | 0 | 104 | 140 | 12 | 22 | 134 | 57 |
| Binary | 11100101 | 1001010 | 1001 | 0 | 1000100 | 1100000 | 1010 | 10010 | 1011100 | 101111 |
Color Harmonies of #E54A09
Complementary color
Monochromatic Colors of #E54A09
Black with #E54A09
Text Example
Text Example
White with #E54A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A09; }
p { color: rgb(229,74,9); }
H1.HeaderClassName
{
color: #E54A09;
}
.AnyTagClassName
{
color: #E54A09;
}
</style>
background-color css
<style>
a { background-color: #E54A09; }
a { background-color: rgb(229,74,9); }
div.DivClassName
{
background-color: #E54A09;
}
.BgClassName
{
background-color: #E54A09;
}
</style>
border-color css
<style>
span { border-color: #E54A09; }
span { border-color: rgb(229,74,9); }
td.TdClassName
{
border-color: #E54A09;
}
.TagClassName
{
border-color: #E54A09;
}
</style>