Shades of Persimmon #E45A00
Tints of Persimmon #E45A00
RGB
CMYK
RGB Variations
Color information
#E45A00 (or 0xE45A00) is known color: Persimmon. HEX triplet: E4, 5A and 00. RGB value is (228,90,0). Sum of RGB (Red+Green+Blue) = 228+90+0=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45A00 is #1BA5FF. Grayscale: #797979. Windows color (decimal): -1811968 or 23268. OLE color: 23268.
HSL color Cylindrical-coordinate representation of color #E45A00: hue angle of 23.68º 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 #E45A00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.11 |
| HSL | 23.68º | 1% | 0.45% | - |
| HSV(B) | 23.68º | 1% | 0.89% | - |
| XYZ | 35.65 | 23.81 | 2.72 | - |
| YUV | 121 | 59.72 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 0 | 0 | 0.61 | 1 | 0.11 | 23.68 | 1 | 0.45 |
| Hex | E4 | 5A | 0 | 0 | 3D | 64 | B | 18 | 64 | 2D |
| Octal | 344 | 132 | 0 | 0 | 75 | 144 | 13 | 30 | 144 | 55 |
| Binary | 11100100 | 1011010 | 0 | 0 | 111101 | 1100100 | 1011 | 11000 | 1100100 | 101101 |
Color Harmonies of #E45A00
Complementary color
Monochromatic Colors of #E45A00
Black with #E45A00
Text Example
Text Example
White with #E45A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A00; }
p { color: rgb(228,90,0); }
H1.HeaderClassName
{
color: #E45A00;
}
.AnyTagClassName
{
color: #E45A00;
}
</style>
background-color css
<style>
a { background-color: #E45A00; }
a { background-color: rgb(228,90,0); }
div.DivClassName
{
background-color: #E45A00;
}
.BgClassName
{
background-color: #E45A00;
}
</style>
border-color css
<style>
span { border-color: #E45A00; }
span { border-color: rgb(228,90,0); }
td.TdClassName
{
border-color: #E45A00;
}
.TagClassName
{
border-color: #E45A00;
}
</style>