Shades of Persimmon #E45500
Tints of Persimmon #E45500
RGB
CMYK
RGB Variations
Color information
#E45500 (or 0xE45500) is known color: Persimmon. HEX triplet: E4, 55 and 00. RGB value is (228,85,0). Sum of RGB (Red+Green+Blue) = 228+85+0=313 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.84% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 228 - color contains mainly: red. Hex color #E45500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45500 is #1BAAFF. Grayscale: #767676. Windows color (decimal): -1813248 or 21988. OLE color: 21988.
HSL color Cylindrical-coordinate representation of color #E45500: hue angle of 22.37º 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 #E45500 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.11 |
| HSL | 22.37º | 1% | 0.45% | - |
| HSV(B) | 22.37º | 1% | 0.89% | - |
| XYZ | 35.24 | 22.99 | 2.58 | - |
| YUV | 118.07 | 61.38 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 0 | 0 | 0.63 | 1 | 0.11 | 22.37 | 1 | 0.45 |
| Hex | E4 | 55 | 0 | 0 | 3F | 64 | B | 16 | 64 | 2D |
| Octal | 344 | 125 | 0 | 0 | 77 | 144 | 13 | 26 | 144 | 55 |
| Binary | 11100100 | 1010101 | 0 | 0 | 111111 | 1100100 | 1011 | 10110 | 1100100 | 101101 |
Color Harmonies of #E45500
Complementary color
Monochromatic Colors of #E45500
Black with #E45500
Text Example
Text Example
White with #E45500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45500; }
p { color: rgb(228,85,0); }
H1.HeaderClassName
{
color: #E45500;
}
.AnyTagClassName
{
color: #E45500;
}
</style>
background-color css
<style>
a { background-color: #E45500; }
a { background-color: rgb(228,85,0); }
div.DivClassName
{
background-color: #E45500;
}
.BgClassName
{
background-color: #E45500;
}
</style>
border-color css
<style>
span { border-color: #E45500; }
span { border-color: rgb(228,85,0); }
td.TdClassName
{
border-color: #E45500;
}
.TagClassName
{
border-color: #E45500;
}
</style>