Shades of Persimmon #E14204
Tints of Persimmon #E14204
RGB
CMYK
RGB Variations
Color information
#E14204 (or 0xE14204) is known color: Persimmon. HEX triplet: E1, 42 and 04. RGB value is (225,66,4). Sum of RGB (Red+Green+Blue) = 225+66+4=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E14204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14204 is #1EBDFB. Grayscale: #6A6A6A. Windows color (decimal): -2014716 or 279265. OLE color: 279265.
HSL color Cylindrical-coordinate representation of color #E14204: hue angle of 16.83º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E14204 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.12 |
| HSL | 16.83º | 0.97% | 0.45% | - |
| HSV(B) | 16.83º | 0.98% | 0.88% | - |
| XYZ | 33.02 | 19.91 | 2.22 | - |
| YUV | 106.47 | 70.18 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 4 | 0 | 0.71 | 0.98 | 0.12 | 16.83 | 0.97 | 0.45 |
| Hex | E1 | 42 | 4 | 0 | 47 | 62 | C | 11 | 61 | 2D |
| Octal | 341 | 102 | 4 | 0 | 107 | 142 | 14 | 21 | 141 | 55 |
| Binary | 11100001 | 1000010 | 100 | 0 | 1000111 | 1100010 | 1100 | 10001 | 1100001 | 101101 |
Color Harmonies of #E14204
Complementary color
Monochromatic Colors of #E14204
Black with #E14204
Text Example
Text Example
White with #E14204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14204; }
p { color: rgb(225,66,4); }
H1.HeaderClassName
{
color: #E14204;
}
.AnyTagClassName
{
color: #E14204;
}
</style>
background-color css
<style>
a { background-color: #E14204; }
a { background-color: rgb(225,66,4); }
div.DivClassName
{
background-color: #E14204;
}
.BgClassName
{
background-color: #E14204;
}
</style>
border-color css
<style>
span { border-color: #E14204; }
span { border-color: rgb(225,66,4); }
td.TdClassName
{
border-color: #E14204;
}
.TagClassName
{
border-color: #E14204;
}
</style>