Shades of Persimmon #E54B09
Tints of Persimmon #E54B09
RGB
CMYK
RGB Variations
Color information
#E54B09 (or 0xE54B09) is known color: Persimmon. HEX triplet: E5, 4B and 09. RGB value is (229,75,9). Sum of RGB (Red+Green+Blue) = 229+75+9=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54B09 is #1AB4F6. Grayscale: #717171. Windows color (decimal): -1750263 or 609253. OLE color: 609253.
HSL color Cylindrical-coordinate representation of color #E54B09: hue angle of 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 #E54B09 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 9 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.10 |
| HSL | 18º | 0.92% | 0.47% | - |
| HSV(B) | 18º | 0.96% | 0.9% | - |
| XYZ | 34.88 | 21.71 | 2.61 | - |
| YUV | 113.52 | 69.02 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 9 | 0 | 0.67 | 0.96 | 0.10 | 18 | 0.92 | 0.47 |
| Hex | E5 | 4B | 9 | 0 | 43 | 60 | A | 12 | 5C | 2F |
| Octal | 345 | 113 | 11 | 0 | 103 | 140 | 12 | 22 | 134 | 57 |
| Binary | 11100101 | 1001011 | 1001 | 0 | 1000011 | 1100000 | 1010 | 10010 | 1011100 | 101111 |
Color Harmonies of #E54B09
Complementary color
Monochromatic Colors of #E54B09
Black with #E54B09
Text Example
Text Example
White with #E54B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B09; }
p { color: rgb(229,75,9); }
H1.HeaderClassName
{
color: #E54B09;
}
.AnyTagClassName
{
color: #E54B09;
}
</style>
background-color css
<style>
a { background-color: #E54B09; }
a { background-color: rgb(229,75,9); }
div.DivClassName
{
background-color: #E54B09;
}
.BgClassName
{
background-color: #E54B09;
}
</style>
border-color css
<style>
span { border-color: #E54B09; }
span { border-color: rgb(229,75,9); }
td.TdClassName
{
border-color: #E54B09;
}
.TagClassName
{
border-color: #E54B09;
}
</style>