Shades of Persimmon #E55101
Tints of Persimmon #E55101
RGB
CMYK
RGB Variations
Color information
#E55101 (or 0xE55101) is known color: Persimmon. HEX triplet: E5, 51 and 01. RGB value is (229,81,1). Sum of RGB (Red+Green+Blue) = 229+81+1=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E55101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55101 is #1AAEFE. Grayscale: #747474. Windows color (decimal): -1748735 or 86501. OLE color: 86501.
HSL color Cylindrical-coordinate representation of color #E55101: hue angle of 21.05º 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 #E55101 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.10 |
| HSL | 21.05º | 0.99% | 0.45% | - |
| HSV(B) | 21.05º | 1% | 0.9% | - |
| XYZ | 35.26 | 22.55 | 2.52 | - |
| YUV | 116.13 | 63.03 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 1 | 0 | 0.65 | 1.00 | 0.10 | 21.05 | 0.99 | 0.45 |
| Hex | E5 | 51 | 1 | 0 | 41 | 64 | A | 15 | 63 | 2D |
| Octal | 345 | 121 | 1 | 0 | 101 | 144 | 12 | 25 | 143 | 55 |
| Binary | 11100101 | 1010001 | 1 | 0 | 1000001 | 1100100 | 1010 | 10101 | 1100011 | 101101 |
Color Harmonies of #E55101
Complementary color
Monochromatic Colors of #E55101
Black with #E55101
Text Example
Text Example
White with #E55101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55101; }
p { color: rgb(229,81,1); }
H1.HeaderClassName
{
color: #E55101;
}
.AnyTagClassName
{
color: #E55101;
}
</style>
background-color css
<style>
a { background-color: #E55101; }
a { background-color: rgb(229,81,1); }
div.DivClassName
{
background-color: #E55101;
}
.BgClassName
{
background-color: #E55101;
}
</style>
border-color css
<style>
span { border-color: #E55101; }
span { border-color: rgb(229,81,1); }
td.TdClassName
{
border-color: #E55101;
}
.TagClassName
{
border-color: #E55101;
}
</style>