Shades of Persimmon #E54500
Tints of Persimmon #E54500
RGB
CMYK
RGB Variations
Color information
#E54500 (or 0xE54500) is known color: Persimmon. HEX triplet: E5, 45 and 00. RGB value is (229,69,0). Sum of RGB (Red+Green+Blue) = 229+69+0=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E54500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54500 is #1ABAFF. Grayscale: #6D6D6D. Windows color (decimal): -1751808 or 17893. OLE color: 17893.
HSL color Cylindrical-coordinate representation of color #E54500: hue angle of 18.08º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E54500 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.10 |
| HSL | 18.08º | 1% | 0.45% | - |
| HSV(B) | 18.08º | 1% | 0.9% | - |
| XYZ | 34.44 | 20.91 | 2.22 | - |
| YUV | 108.97 | 66.51 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 0 | 0 | 0.70 | 1 | 0.10 | 18.08 | 1 | 0.45 |
| Hex | E5 | 45 | 0 | 0 | 46 | 64 | A | 12 | 64 | 2D |
| Octal | 345 | 105 | 0 | 0 | 106 | 144 | 12 | 22 | 144 | 55 |
| Binary | 11100101 | 1000101 | 0 | 0 | 1000110 | 1100100 | 1010 | 10010 | 1100100 | 101101 |
Color Harmonies of #E54500
Complementary color
Monochromatic Colors of #E54500
Black with #E54500
Text Example
Text Example
White with #E54500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54500; }
p { color: rgb(229,69,0); }
H1.HeaderClassName
{
color: #E54500;
}
.AnyTagClassName
{
color: #E54500;
}
</style>
background-color css
<style>
a { background-color: #E54500; }
a { background-color: rgb(229,69,0); }
div.DivClassName
{
background-color: #E54500;
}
.BgClassName
{
background-color: #E54500;
}
</style>
border-color css
<style>
span { border-color: #E54500; }
span { border-color: rgb(229,69,0); }
td.TdClassName
{
border-color: #E54500;
}
.TagClassName
{
border-color: #E54500;
}
</style>