Shades of Persimmon #E14000
Tints of Persimmon #E14000
RGB
CMYK
RGB Variations
Color information
#E14000 (or 0xE14000) is known color: Persimmon. HEX triplet: E1, 40 and 00. RGB value is (225,64,0). Sum of RGB (Red+Green+Blue) = 225+64+0=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E14000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14000 is #1EBFFF. Grayscale: #696969. Windows color (decimal): -2015232 or 16609. OLE color: 16609.
HSL color Cylindrical-coordinate representation of color #E14000: hue angle of 17.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E14000 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.12 |
| HSL | 17.07º | 1% | 0.44% | - |
| HSV(B) | 17.07º | 1% | 0.88% | - |
| XYZ | 32.88 | 19.67 | 2.06 | - |
| YUV | 104.84 | 68.84 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 0 | 0 | 0.72 | 1 | 0.12 | 17.07 | 1 | 0.44 |
| Hex | E1 | 40 | 0 | 0 | 48 | 64 | C | 11 | 64 | 2C |
| Octal | 341 | 100 | 0 | 0 | 110 | 144 | 14 | 21 | 144 | 54 |
| Binary | 11100001 | 1000000 | 0 | 0 | 1001000 | 1100100 | 1100 | 10001 | 1100100 | 101100 |
Color Harmonies of #E14000
Complementary color
Monochromatic Colors of #E14000
Black with #E14000
Text Example
Text Example
White with #E14000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14000; }
p { color: rgb(225,64,0); }
H1.HeaderClassName
{
color: #E14000;
}
.AnyTagClassName
{
color: #E14000;
}
</style>
background-color css
<style>
a { background-color: #E14000; }
a { background-color: rgb(225,64,0); }
div.DivClassName
{
background-color: #E14000;
}
.BgClassName
{
background-color: #E14000;
}
</style>
border-color css
<style>
span { border-color: #E14000; }
span { border-color: rgb(225,64,0); }
td.TdClassName
{
border-color: #E14000;
}
.TagClassName
{
border-color: #E14000;
}
</style>