Shades of Persimmon #E45100
Tints of Persimmon #E45100
RGB
CMYK
RGB Variations
Color information
#E45100 (or 0xE45100) is known color: Persimmon. HEX triplet: E4, 51 and 00. RGB value is (228,81,0). Sum of RGB (Red+Green+Blue) = 228+81+0=309 (40% of max value = 765). Red value is 228 (89.45% from 255 or 73.79% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 228 - color contains mainly: red. Hex color #E45100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45100 is #1BAEFF. Grayscale: #747474. Windows color (decimal): -1814272 or 20964. OLE color: 20964.
HSL color Cylindrical-coordinate representation of color #E45100: hue angle of 21.32º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E45100 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.11 |
| HSL | 21.32º | 1% | 0.45% | - |
| HSV(B) | 21.32º | 1% | 0.89% | - |
| XYZ | 34.94 | 22.38 | 2.48 | - |
| YUV | 115.72 | 62.7 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 0 | 0 | 0.64 | 1 | 0.11 | 21.32 | 1 | 0.45 |
| Hex | E4 | 51 | 0 | 0 | 40 | 64 | B | 15 | 64 | 2D |
| Octal | 344 | 121 | 0 | 0 | 100 | 144 | 13 | 25 | 144 | 55 |
| Binary | 11100100 | 1010001 | 0 | 0 | 1000000 | 1100100 | 1011 | 10101 | 1100100 | 101101 |
Color Harmonies of #E45100
Complementary color
Monochromatic Colors of #E45100
Black with #E45100
Text Example
Text Example
White with #E45100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45100; }
p { color: rgb(228,81,0); }
H1.HeaderClassName
{
color: #E45100;
}
.AnyTagClassName
{
color: #E45100;
}
</style>
background-color css
<style>
a { background-color: #E45100; }
a { background-color: rgb(228,81,0); }
div.DivClassName
{
background-color: #E45100;
}
.BgClassName
{
background-color: #E45100;
}
</style>
border-color css
<style>
span { border-color: #E45100; }
span { border-color: rgb(228,81,0); }
td.TdClassName
{
border-color: #E45100;
}
.TagClassName
{
border-color: #E45100;
}
</style>