Shades of Persimmon #E54508
Tints of Persimmon #E54508
RGB
CMYK
RGB Variations
Color information
#E54508 (or 0xE54508) is known color: Persimmon. HEX triplet: E5, 45 and 08. RGB value is (229,69,8). Sum of RGB (Red+Green+Blue) = 229+69+8=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E54508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54508 is #1ABAF7. Grayscale: #6E6E6E. Windows color (decimal): -1751800 or 542181. OLE color: 542181.
HSL color Cylindrical-coordinate representation of color #E54508: hue angle of 16.56º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E54508 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 8 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.10 |
| HSL | 16.56º | 0.93% | 0.46% | - |
| HSV(B) | 16.56º | 0.97% | 0.9% | - |
| XYZ | 34.49 | 20.93 | 2.45 | - |
| YUV | 109.89 | 70.51 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 8 | 0 | 0.70 | 0.97 | 0.10 | 16.56 | 0.93 | 0.46 |
| Hex | E5 | 45 | 8 | 0 | 46 | 61 | A | 11 | 5D | 2E |
| Octal | 345 | 105 | 10 | 0 | 106 | 141 | 12 | 21 | 135 | 56 |
| Binary | 11100101 | 1000101 | 1000 | 0 | 1000110 | 1100001 | 1010 | 10001 | 1011101 | 101110 |
Color Harmonies of #E54508
Complementary color
Monochromatic Colors of #E54508
Black with #E54508
Text Example
Text Example
White with #E54508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54508; }
p { color: rgb(229,69,8); }
H1.HeaderClassName
{
color: #E54508;
}
.AnyTagClassName
{
color: #E54508;
}
</style>
background-color css
<style>
a { background-color: #E54508; }
a { background-color: rgb(229,69,8); }
div.DivClassName
{
background-color: #E54508;
}
.BgClassName
{
background-color: #E54508;
}
</style>
border-color css
<style>
span { border-color: #E54508; }
span { border-color: rgb(229,69,8); }
td.TdClassName
{
border-color: #E54508;
}
.TagClassName
{
border-color: #E54508;
}
</style>