Shades of Persimmon #E14104
Tints of Persimmon #E14104
RGB
CMYK
RGB Variations
Color information
#E14104 (or 0xE14104) is known color: Persimmon. HEX triplet: E1, 41 and 04. RGB value is (225,65,4). Sum of RGB (Red+Green+Blue) = 225+65+4=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E14104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14104 is #1EBEFB. Grayscale: #6A6A6A. Windows color (decimal): -2014972 or 279009. OLE color: 279009.
HSL color Cylindrical-coordinate representation of color #E14104: hue angle of 16.56º 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 #E14104 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.12 |
| HSL | 16.56º | 0.97% | 0.45% | - |
| HSV(B) | 16.56º | 0.98% | 0.88% | - |
| XYZ | 32.96 | 19.8 | 2.2 | - |
| YUV | 105.89 | 70.51 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 4 | 0 | 0.71 | 0.98 | 0.12 | 16.56 | 0.97 | 0.45 |
| Hex | E1 | 41 | 4 | 0 | 47 | 62 | C | 11 | 61 | 2D |
| Octal | 341 | 101 | 4 | 0 | 107 | 142 | 14 | 21 | 141 | 55 |
| Binary | 11100001 | 1000001 | 100 | 0 | 1000111 | 1100010 | 1100 | 10001 | 1100001 | 101101 |
Color Harmonies of #E14104
Complementary color
Monochromatic Colors of #E14104
Black with #E14104
Text Example
Text Example
White with #E14104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14104; }
p { color: rgb(225,65,4); }
H1.HeaderClassName
{
color: #E14104;
}
.AnyTagClassName
{
color: #E14104;
}
</style>
background-color css
<style>
a { background-color: #E14104; }
a { background-color: rgb(225,65,4); }
div.DivClassName
{
background-color: #E14104;
}
.BgClassName
{
background-color: #E14104;
}
</style>
border-color css
<style>
span { border-color: #E14104; }
span { border-color: rgb(225,65,4); }
td.TdClassName
{
border-color: #E14104;
}
.TagClassName
{
border-color: #E14104;
}
</style>