Shades of Persimmon #E45900
Tints of Persimmon #E45900
RGB
CMYK
RGB Variations
Color information
#E45900 (or 0xE45900) is known color: Persimmon. HEX triplet: E4, 59 and 00. RGB value is (228,89,0). Sum of RGB (Red+Green+Blue) = 228+89+0=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E45900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45900 is #1BA6FF. Grayscale: #787878. Windows color (decimal): -1812224 or 23012. OLE color: 23012.
HSL color Cylindrical-coordinate representation of color #E45900: hue angle of 23.42º 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 #E45900 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.11 |
| HSL | 23.42º | 1% | 0.45% | - |
| HSV(B) | 23.42º | 1% | 0.89% | - |
| XYZ | 35.57 | 23.64 | 2.69 | - |
| YUV | 120.42 | 60.05 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 0 | 0 | 0.61 | 1 | 0.11 | 23.42 | 1 | 0.45 |
| Hex | E4 | 59 | 0 | 0 | 3D | 64 | B | 17 | 64 | 2D |
| Octal | 344 | 131 | 0 | 0 | 75 | 144 | 13 | 27 | 144 | 55 |
| Binary | 11100100 | 1011001 | 0 | 0 | 111101 | 1100100 | 1011 | 10111 | 1100100 | 101101 |
Color Harmonies of #E45900
Complementary color
Monochromatic Colors of #E45900
Black with #E45900
Text Example
Text Example
White with #E45900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45900; }
p { color: rgb(228,89,0); }
H1.HeaderClassName
{
color: #E45900;
}
.AnyTagClassName
{
color: #E45900;
}
</style>
background-color css
<style>
a { background-color: #E45900; }
a { background-color: rgb(228,89,0); }
div.DivClassName
{
background-color: #E45900;
}
.BgClassName
{
background-color: #E45900;
}
</style>
border-color css
<style>
span { border-color: #E45900; }
span { border-color: rgb(228,89,0); }
td.TdClassName
{
border-color: #E45900;
}
.TagClassName
{
border-color: #E45900;
}
</style>