Shades of Persimmon #E14D10
Tints of Persimmon #E14D10
RGB
CMYK
RGB Variations
Color information
#E14D10 (or 0xE14D10) is known color: Persimmon. HEX triplet: E1, 4D and 10. RGB value is (225,77,16). Sum of RGB (Red+Green+Blue) = 225+77+16=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14D10 is #1EB2EF. Grayscale: #727272. Windows color (decimal): -2011888 or 1068513. OLE color: 1068513.
HSL color Cylindrical-coordinate representation of color #E14D10: hue angle of 17.51º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E14D10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.12 |
| HSL | 17.51º | 0.87% | 0.47% | - |
| HSV(B) | 17.51º | 0.93% | 0.88% | - |
| XYZ | 33.8 | 21.35 | 2.83 | - |
| YUV | 114.3 | 72.53 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 16 | 0 | 0.66 | 0.93 | 0.12 | 17.51 | 0.87 | 0.47 |
| Hex | E1 | 4D | 10 | 0 | 42 | 5D | C | 12 | 57 | 2F |
| Octal | 341 | 115 | 20 | 0 | 102 | 135 | 14 | 22 | 127 | 57 |
| Binary | 11100001 | 1001101 | 10000 | 0 | 1000010 | 1011101 | 1100 | 10010 | 1010111 | 101111 |
Color Harmonies of #E14D10
Complementary color
Monochromatic Colors of #E14D10
Black with #E14D10
Text Example
Text Example
White with #E14D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D10; }
p { color: rgb(225,77,16); }
H1.HeaderClassName
{
color: #E14D10;
}
.AnyTagClassName
{
color: #E14D10;
}
</style>
background-color css
<style>
a { background-color: #E14D10; }
a { background-color: rgb(225,77,16); }
div.DivClassName
{
background-color: #E14D10;
}
.BgClassName
{
background-color: #E14D10;
}
</style>
border-color css
<style>
span { border-color: #E14D10; }
span { border-color: rgb(225,77,16); }
td.TdClassName
{
border-color: #E14D10;
}
.TagClassName
{
border-color: #E14D10;
}
</style>