Shades of Persimmon #E14510
Tints of Persimmon #E14510
RGB
CMYK
RGB Variations
Color information
#E14510 (or 0xE14510) is known color: Persimmon. HEX triplet: E1, 45 and 10. RGB value is (225,69,16). Sum of RGB (Red+Green+Blue) = 225+69+16=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E14510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14510 is #1EBAEF. Grayscale: #6D6D6D. Windows color (decimal): -2013936 or 1066465. OLE color: 1066465.
HSL color Cylindrical-coordinate representation of color #E14510: hue angle of 15.22º 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 #E14510 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 16 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.12 |
| HSL | 15.22º | 0.87% | 0.47% | - |
| HSV(B) | 15.22º | 0.93% | 0.88% | - |
| XYZ | 33.27 | 20.3 | 2.66 | - |
| YUV | 109.6 | 75.18 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 16 | 0 | 0.69 | 0.93 | 0.12 | 15.22 | 0.87 | 0.47 |
| Hex | E1 | 45 | 10 | 0 | 45 | 5D | C | F | 57 | 2F |
| Octal | 341 | 105 | 20 | 0 | 105 | 135 | 14 | 17 | 127 | 57 |
| Binary | 11100001 | 1000101 | 10000 | 0 | 1000101 | 1011101 | 1100 | 1111 | 1010111 | 101111 |
Color Harmonies of #E14510
Complementary color
Monochromatic Colors of #E14510
Black with #E14510
Text Example
Text Example
White with #E14510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14510; }
p { color: rgb(225,69,16); }
H1.HeaderClassName
{
color: #E14510;
}
.AnyTagClassName
{
color: #E14510;
}
</style>
background-color css
<style>
a { background-color: #E14510; }
a { background-color: rgb(225,69,16); }
div.DivClassName
{
background-color: #E14510;
}
.BgClassName
{
background-color: #E14510;
}
</style>
border-color css
<style>
span { border-color: #E14510; }
span { border-color: rgb(225,69,16); }
td.TdClassName
{
border-color: #E14510;
}
.TagClassName
{
border-color: #E14510;
}
</style>