Shades of Persimmon #E1470E
Tints of Persimmon #E1470E
RGB
CMYK
RGB Variations
Color information
#E1470E (or 0xE1470E) is known color: Persimmon. HEX triplet: E1, 47 and 0E. RGB value is (225,71,14). Sum of RGB (Red+Green+Blue) = 225+71+14=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E1470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1470E is #1EB8F1. Grayscale: #6E6E6E. Windows color (decimal): -2013426 or 935905. OLE color: 935905.
HSL color Cylindrical-coordinate representation of color #E1470E: hue angle of 16.21º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1470E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 14 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.12 |
| HSL | 16.21º | 0.88% | 0.47% | - |
| HSV(B) | 16.21º | 0.94% | 0.88% | - |
| XYZ | 33.38 | 20.55 | 2.62 | - |
| YUV | 110.55 | 73.52 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 14 | 0 | 0.68 | 0.94 | 0.12 | 16.21 | 0.88 | 0.47 |
| Hex | E1 | 47 | E | 0 | 44 | 5E | C | 10 | 58 | 2F |
| Octal | 341 | 107 | 16 | 0 | 104 | 136 | 14 | 20 | 130 | 57 |
| Binary | 11100001 | 1000111 | 1110 | 0 | 1000100 | 1011110 | 1100 | 10000 | 1011000 | 101111 |
Color Harmonies of #E1470E
Complementary color
Monochromatic Colors of #E1470E
Black with #E1470E
Text Example
Text Example
White with #E1470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1470E; }
p { color: rgb(225,71,14); }
H1.HeaderClassName
{
color: #E1470E;
}
.AnyTagClassName
{
color: #E1470E;
}
</style>
background-color css
<style>
a { background-color: #E1470E; }
a { background-color: rgb(225,71,14); }
div.DivClassName
{
background-color: #E1470E;
}
.BgClassName
{
background-color: #E1470E;
}
</style>
border-color css
<style>
span { border-color: #E1470E; }
span { border-color: rgb(225,71,14); }
td.TdClassName
{
border-color: #E1470E;
}
.TagClassName
{
border-color: #E1470E;
}
</style>