Shades of Persimmon #E1460F
Tints of Persimmon #E1460F
RGB
CMYK
RGB Variations
Color information
#E1460F (or 0xE1460F) is known color: Persimmon. HEX triplet: E1, 46 and 0F. RGB value is (225,70,15). Sum of RGB (Red+Green+Blue) = 225+70+15=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E1460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1460F is #1EB9F0. Grayscale: #6E6E6E. Windows color (decimal): -2013681 or 1001185. OLE color: 1001185.
HSL color Cylindrical-coordinate representation of color #E1460F: hue angle of 15.71º degrees, saturation: 0.88, 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 #E1460F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 15 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.12 |
| HSL | 15.71º | 0.88% | 0.47% | - |
| HSV(B) | 15.71º | 0.93% | 0.88% | - |
| XYZ | 33.33 | 20.42 | 2.64 | - |
| YUV | 110.08 | 74.35 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 15 | 0 | 0.69 | 0.93 | 0.12 | 15.71 | 0.88 | 0.47 |
| Hex | E1 | 46 | F | 0 | 45 | 5D | C | 10 | 58 | 2F |
| Octal | 341 | 106 | 17 | 0 | 105 | 135 | 14 | 20 | 130 | 57 |
| Binary | 11100001 | 1000110 | 1111 | 0 | 1000101 | 1011101 | 1100 | 10000 | 1011000 | 101111 |
Color Harmonies of #E1460F
Complementary color
Monochromatic Colors of #E1460F
Black with #E1460F
Text Example
Text Example
White with #E1460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1460F; }
p { color: rgb(225,70,15); }
H1.HeaderClassName
{
color: #E1460F;
}
.AnyTagClassName
{
color: #E1460F;
}
</style>
background-color css
<style>
a { background-color: #E1460F; }
a { background-color: rgb(225,70,15); }
div.DivClassName
{
background-color: #E1460F;
}
.BgClassName
{
background-color: #E1460F;
}
</style>
border-color css
<style>
span { border-color: #E1460F; }
span { border-color: rgb(225,70,15); }
td.TdClassName
{
border-color: #E1460F;
}
.TagClassName
{
border-color: #E1460F;
}
</style>