Shades of Persimmon #E45004
Tints of Persimmon #E45004
RGB
CMYK
RGB Variations
Color information
#E45004 (or 0xE45004) is known color: Persimmon. HEX triplet: E4, 50 and 04. RGB value is (228,80,4). Sum of RGB (Red+Green+Blue) = 228+80+4=312 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.08% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 228 - color contains mainly: red. Hex color #E45004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45004 is #1BAFFB. Grayscale: #747474. Windows color (decimal): -1814524 or 282852. OLE color: 282852.
HSL color Cylindrical-coordinate representation of color #E45004: hue angle of 20.36º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E45004 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.11 |
| HSL | 20.36º | 0.97% | 0.45% | - |
| HSV(B) | 20.36º | 0.98% | 0.89% | - |
| XYZ | 34.89 | 22.24 | 2.57 | - |
| YUV | 115.59 | 65.03 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 4 | 0 | 0.65 | 0.98 | 0.11 | 20.36 | 0.97 | 0.45 |
| Hex | E4 | 50 | 4 | 0 | 41 | 62 | B | 14 | 61 | 2D |
| Octal | 344 | 120 | 4 | 0 | 101 | 142 | 13 | 24 | 141 | 55 |
| Binary | 11100100 | 1010000 | 100 | 0 | 1000001 | 1100010 | 1011 | 10100 | 1100001 | 101101 |
Color Harmonies of #E45004
Complementary color
Monochromatic Colors of #E45004
Black with #E45004
Text Example
Text Example
White with #E45004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45004; }
p { color: rgb(228,80,4); }
H1.HeaderClassName
{
color: #E45004;
}
.AnyTagClassName
{
color: #E45004;
}
</style>
background-color css
<style>
a { background-color: #E45004; }
a { background-color: rgb(228,80,4); }
div.DivClassName
{
background-color: #E45004;
}
.BgClassName
{
background-color: #E45004;
}
</style>
border-color css
<style>
span { border-color: #E45004; }
span { border-color: rgb(228,80,4); }
td.TdClassName
{
border-color: #E45004;
}
.TagClassName
{
border-color: #E45004;
}
</style>