Shades of Persimmon #E54001
Tints of Persimmon #E54001
RGB
CMYK
RGB Variations
Color information
#E54001 (or 0xE54001) is known color: Persimmon. HEX triplet: E5, 40 and 01. RGB value is (229,64,1). Sum of RGB (Red+Green+Blue) = 229+64+1=294 (38% of max value = 765). Red value is 229 (89.84% from 255 or 77.89% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 229 - color contains mainly: red. Hex color #E54001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54001 is #1ABFFE. Grayscale: #6A6A6A. Windows color (decimal): -1753087 or 82149. OLE color: 82149.
HSL color Cylindrical-coordinate representation of color #E54001: hue angle of 16.58º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E54001 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.10 |
| HSL | 16.58º | 0.99% | 0.45% | - |
| HSV(B) | 16.58º | 1% | 0.9% | - |
| XYZ | 34.15 | 20.33 | 2.15 | - |
| YUV | 106.15 | 68.66 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 1 | 0 | 0.72 | 1.00 | 0.10 | 16.58 | 0.99 | 0.45 |
| Hex | E5 | 40 | 1 | 0 | 48 | 64 | A | 11 | 63 | 2D |
| Octal | 345 | 100 | 1 | 0 | 110 | 144 | 12 | 21 | 143 | 55 |
| Binary | 11100101 | 1000000 | 1 | 0 | 1001000 | 1100100 | 1010 | 10001 | 1100011 | 101101 |
Color Harmonies of #E54001
Complementary color
Monochromatic Colors of #E54001
Black with #E54001
Text Example
Text Example
White with #E54001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54001; }
p { color: rgb(229,64,1); }
H1.HeaderClassName
{
color: #E54001;
}
.AnyTagClassName
{
color: #E54001;
}
</style>
background-color css
<style>
a { background-color: #E54001; }
a { background-color: rgb(229,64,1); }
div.DivClassName
{
background-color: #E54001;
}
.BgClassName
{
background-color: #E54001;
}
</style>
border-color css
<style>
span { border-color: #E54001; }
span { border-color: rgb(229,64,1); }
td.TdClassName
{
border-color: #E54001;
}
.TagClassName
{
border-color: #E54001;
}
</style>