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