Shades of Persimmon #E14008
Tints of Persimmon #E14008
RGB
CMYK
RGB Variations
Color information
#E14008 (or 0xE14008) is known color: Persimmon. HEX triplet: E1, 40 and 08. RGB value is (225,64,8). Sum of RGB (Red+Green+Blue) = 225+64+8=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E14008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14008 is #1EBFF7. Grayscale: #6A6A6A. Windows color (decimal): -2015224 or 540897. OLE color: 540897.
HSL color Cylindrical-coordinate representation of color #E14008: hue angle of 15.48º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E14008 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 8 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.12 |
| HSL | 15.48º | 0.93% | 0.46% | - |
| HSV(B) | 15.48º | 0.96% | 0.88% | - |
| XYZ | 32.93 | 19.69 | 2.3 | - |
| YUV | 105.76 | 72.84 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 8 | 0 | 0.72 | 0.96 | 0.12 | 15.48 | 0.93 | 0.46 |
| Hex | E1 | 40 | 8 | 0 | 48 | 60 | C | F | 5D | 2E |
| Octal | 341 | 100 | 10 | 0 | 110 | 140 | 14 | 17 | 135 | 56 |
| Binary | 11100001 | 1000000 | 1000 | 0 | 1001000 | 1100000 | 1100 | 1111 | 1011101 | 101110 |
Color Harmonies of #E14008
Complementary color
Monochromatic Colors of #E14008
Black with #E14008
Text Example
Text Example
White with #E14008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14008; }
p { color: rgb(225,64,8); }
H1.HeaderClassName
{
color: #E14008;
}
.AnyTagClassName
{
color: #E14008;
}
</style>
background-color css
<style>
a { background-color: #E14008; }
a { background-color: rgb(225,64,8); }
div.DivClassName
{
background-color: #E14008;
}
.BgClassName
{
background-color: #E14008;
}
</style>
border-color css
<style>
span { border-color: #E14008; }
span { border-color: rgb(225,64,8); }
td.TdClassName
{
border-color: #E14008;
}
.TagClassName
{
border-color: #E14008;
}
</style>