Shades of Persimmon #E54501
Tints of Persimmon #E54501
RGB
CMYK
RGB Variations
Color information
#E54501 (or 0xE54501) is known color: Persimmon. HEX triplet: E5, 45 and 01. RGB value is (229,69,1). Sum of RGB (Red+Green+Blue) = 229+69+1=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E54501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54501 is #1ABAFE. Grayscale: #6D6D6D. Windows color (decimal): -1751807 or 83429. OLE color: 83429.
HSL color Cylindrical-coordinate representation of color #E54501: hue angle of 17.89º 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 #E54501 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.10 |
| HSL | 17.89º | 0.99% | 0.45% | - |
| HSV(B) | 17.89º | 1% | 0.9% | - |
| XYZ | 34.45 | 20.92 | 2.25 | - |
| YUV | 109.09 | 67.01 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 1 | 0 | 0.70 | 1.00 | 0.10 | 17.89 | 0.99 | 0.45 |
| Hex | E5 | 45 | 1 | 0 | 46 | 64 | A | 12 | 63 | 2D |
| Octal | 345 | 105 | 1 | 0 | 106 | 144 | 12 | 22 | 143 | 55 |
| Binary | 11100101 | 1000101 | 1 | 0 | 1000110 | 1100100 | 1010 | 10010 | 1100011 | 101101 |
Color Harmonies of #E54501
Complementary color
Monochromatic Colors of #E54501
Black with #E54501
Text Example
Text Example
White with #E54501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54501; }
p { color: rgb(229,69,1); }
H1.HeaderClassName
{
color: #E54501;
}
.AnyTagClassName
{
color: #E54501;
}
</style>
background-color css
<style>
a { background-color: #E54501; }
a { background-color: rgb(229,69,1); }
div.DivClassName
{
background-color: #E54501;
}
.BgClassName
{
background-color: #E54501;
}
</style>
border-color css
<style>
span { border-color: #E54501; }
span { border-color: rgb(229,69,1); }
td.TdClassName
{
border-color: #E54501;
}
.TagClassName
{
border-color: #E54501;
}
</style>