Shades of Persimmon #E14007
Tints of Persimmon #E14007
RGB
CMYK
RGB Variations
Color information
#E14007 (or 0xE14007) is known color: Persimmon. HEX triplet: E1, 40 and 07. RGB value is (225,64,7). Sum of RGB (Red+Green+Blue) = 225+64+7=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E14007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14007 is #1EBFF8. Grayscale: #6A6A6A. Windows color (decimal): -2015225 or 475361. OLE color: 475361.
HSL color Cylindrical-coordinate representation of color #E14007: hue angle of 15.69º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E14007 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.12 |
| HSL | 15.69º | 0.94% | 0.45% | - |
| HSV(B) | 15.69º | 0.97% | 0.88% | - |
| XYZ | 32.92 | 19.69 | 2.27 | - |
| YUV | 105.64 | 72.34 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 7 | 0 | 0.72 | 0.97 | 0.12 | 15.69 | 0.94 | 0.45 |
| Hex | E1 | 40 | 7 | 0 | 48 | 61 | C | 10 | 5E | 2D |
| Octal | 341 | 100 | 7 | 0 | 110 | 141 | 14 | 20 | 136 | 55 |
| Binary | 11100001 | 1000000 | 111 | 0 | 1001000 | 1100001 | 1100 | 10000 | 1011110 | 101101 |
Color Harmonies of #E14007
Complementary color
Monochromatic Colors of #E14007
Black with #E14007
Text Example
Text Example
White with #E14007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14007; }
p { color: rgb(225,64,7); }
H1.HeaderClassName
{
color: #E14007;
}
.AnyTagClassName
{
color: #E14007;
}
</style>
background-color css
<style>
a { background-color: #E14007; }
a { background-color: rgb(225,64,7); }
div.DivClassName
{
background-color: #E14007;
}
.BgClassName
{
background-color: #E14007;
}
</style>
border-color css
<style>
span { border-color: #E14007; }
span { border-color: rgb(225,64,7); }
td.TdClassName
{
border-color: #E14007;
}
.TagClassName
{
border-color: #E14007;
}
</style>