Shades of Persimmon #E54B18
Tints of Persimmon #E54B18
RGB
CMYK
RGB Variations
Color information
#E54B18 (or 0xE54B18) is known color: Persimmon. HEX triplet: E5, 4B and 18. RGB value is (229,75,24). Sum of RGB (Red+Green+Blue) = 229+75+24=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54B18 is #1AB4E7. Grayscale: #737373. Windows color (decimal): -1750248 or 1592293. OLE color: 1592293.
HSL color Cylindrical-coordinate representation of color #E54B18: hue angle of 14.93º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E54B18 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.10 |
| HSL | 14.93º | 0.81% | 0.5% | - |
| HSV(B) | 14.93º | 0.9% | 0.9% | - |
| XYZ | 34.99 | 21.76 | 3.22 | - |
| YUV | 115.23 | 76.52 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 24 | 0 | 0.67 | 0.90 | 0.10 | 14.93 | 0.81 | 0.5 |
| Hex | E5 | 4B | 18 | 0 | 43 | 5A | A | F | 51 | 32 |
| Octal | 345 | 113 | 30 | 0 | 103 | 132 | 12 | 17 | 121 | 62 |
| Binary | 11100101 | 1001011 | 11000 | 0 | 1000011 | 1011010 | 1010 | 1111 | 1010001 | 110010 |
Color Harmonies of #E54B18
Complementary color
Monochromatic Colors of #E54B18
Black with #E54B18
Text Example
Text Example
White with #E54B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B18; }
p { color: rgb(229,75,24); }
H1.HeaderClassName
{
color: #E54B18;
}
.AnyTagClassName
{
color: #E54B18;
}
</style>
background-color css
<style>
a { background-color: #E54B18; }
a { background-color: rgb(229,75,24); }
div.DivClassName
{
background-color: #E54B18;
}
.BgClassName
{
background-color: #E54B18;
}
</style>
border-color css
<style>
span { border-color: #E54B18; }
span { border-color: rgb(229,75,24); }
td.TdClassName
{
border-color: #E54B18;
}
.TagClassName
{
border-color: #E54B18;
}
</style>