Shades of Persimmon #E1490F
Tints of Persimmon #E1490F
RGB
CMYK
RGB Variations
Color information
#E1490F (or 0xE1490F) is known color: Persimmon. HEX triplet: E1, 49 and 0F. RGB value is (225,73,15). Sum of RGB (Red+Green+Blue) = 225+73+15=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E1490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1490F is #1EB6F0. Grayscale: #707070. Windows color (decimal): -2012913 or 1001953. OLE color: 1001953.
HSL color Cylindrical-coordinate representation of color #E1490F: hue angle of 16.57º 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 #E1490F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.12 |
| HSL | 16.57º | 0.88% | 0.47% | - |
| HSV(B) | 16.57º | 0.93% | 0.88% | - |
| XYZ | 33.52 | 20.81 | 2.7 | - |
| YUV | 111.84 | 73.36 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 15 | 0 | 0.68 | 0.93 | 0.12 | 16.57 | 0.88 | 0.47 |
| Hex | E1 | 49 | F | 0 | 44 | 5D | C | 11 | 58 | 2F |
| Octal | 341 | 111 | 17 | 0 | 104 | 135 | 14 | 21 | 130 | 57 |
| Binary | 11100001 | 1001001 | 1111 | 0 | 1000100 | 1011101 | 1100 | 10001 | 1011000 | 101111 |
Color Harmonies of #E1490F
Complementary color
Monochromatic Colors of #E1490F
Black with #E1490F
Text Example
Text Example
White with #E1490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1490F; }
p { color: rgb(225,73,15); }
H1.HeaderClassName
{
color: #E1490F;
}
.AnyTagClassName
{
color: #E1490F;
}
</style>
background-color css
<style>
a { background-color: #E1490F; }
a { background-color: rgb(225,73,15); }
div.DivClassName
{
background-color: #E1490F;
}
.BgClassName
{
background-color: #E1490F;
}
</style>
border-color css
<style>
span { border-color: #E1490F; }
span { border-color: rgb(225,73,15); }
td.TdClassName
{
border-color: #E1490F;
}
.TagClassName
{
border-color: #E1490F;
}
</style>