Shades of Persimmon #E45005
Tints of Persimmon #E45005
RGB
CMYK
RGB Variations
Color information
#E45005 (or 0xE45005) is known color: Persimmon. HEX triplet: E4, 50 and 05. RGB value is (228,80,5). Sum of RGB (Red+Green+Blue) = 228+80+5=313 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.84% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 228 - color contains mainly: red. Hex color #E45005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45005 is #1BAFFA. Grayscale: #747474. Windows color (decimal): -1814523 or 348388. OLE color: 348388.
HSL color Cylindrical-coordinate representation of color #E45005: hue angle of 20.18º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E45005 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.11 |
| HSL | 20.18º | 0.96% | 0.46% | - |
| HSV(B) | 20.18º | 0.98% | 0.89% | - |
| XYZ | 34.89 | 22.24 | 2.6 | - |
| YUV | 115.7 | 65.53 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 5 | 0 | 0.65 | 0.98 | 0.11 | 20.18 | 0.96 | 0.46 |
| Hex | E4 | 50 | 5 | 0 | 41 | 62 | B | 14 | 60 | 2E |
| Octal | 344 | 120 | 5 | 0 | 101 | 142 | 13 | 24 | 140 | 56 |
| Binary | 11100100 | 1010000 | 101 | 0 | 1000001 | 1100010 | 1011 | 10100 | 1100000 | 101110 |
Color Harmonies of #E45005
Complementary color
Monochromatic Colors of #E45005
Black with #E45005
Text Example
Text Example
White with #E45005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45005; }
p { color: rgb(228,80,5); }
H1.HeaderClassName
{
color: #E45005;
}
.AnyTagClassName
{
color: #E45005;
}
</style>
background-color css
<style>
a { background-color: #E45005; }
a { background-color: rgb(228,80,5); }
div.DivClassName
{
background-color: #E45005;
}
.BgClassName
{
background-color: #E45005;
}
</style>
border-color css
<style>
span { border-color: #E45005; }
span { border-color: rgb(228,80,5); }
td.TdClassName
{
border-color: #E45005;
}
.TagClassName
{
border-color: #E45005;
}
</style>