Shades of Persimmon #E1490A
Tints of Persimmon #E1490A
RGB
CMYK
RGB Variations
Color information
#E1490A (or 0xE1490A) is known color: Persimmon. HEX triplet: E1, 49 and 0A. RGB value is (225,73,10). Sum of RGB (Red+Green+Blue) = 225+73+10=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E1490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1490A is #1EB6F5. Grayscale: #6F6F6F. Windows color (decimal): -2012918 or 674273. OLE color: 674273.
HSL color Cylindrical-coordinate representation of color #E1490A: hue angle of 17.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1490A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 10 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.12 |
| HSL | 17.58º | 0.91% | 0.46% | - |
| HSV(B) | 17.58º | 0.96% | 0.88% | - |
| XYZ | 33.49 | 20.79 | 2.54 | - |
| YUV | 111.27 | 70.86 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 10 | 0 | 0.68 | 0.96 | 0.12 | 17.58 | 0.91 | 0.46 |
| Hex | E1 | 49 | A | 0 | 44 | 60 | C | 12 | 5B | 2E |
| Octal | 341 | 111 | 12 | 0 | 104 | 140 | 14 | 22 | 133 | 56 |
| Binary | 11100001 | 1001001 | 1010 | 0 | 1000100 | 1100000 | 1100 | 10010 | 1011011 | 101110 |
Color Harmonies of #E1490A
Complementary color
Monochromatic Colors of #E1490A
Black with #E1490A
Text Example
Text Example
White with #E1490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1490A; }
p { color: rgb(225,73,10); }
H1.HeaderClassName
{
color: #E1490A;
}
.AnyTagClassName
{
color: #E1490A;
}
</style>
background-color css
<style>
a { background-color: #E1490A; }
a { background-color: rgb(225,73,10); }
div.DivClassName
{
background-color: #E1490A;
}
.BgClassName
{
background-color: #E1490A;
}
</style>
border-color css
<style>
span { border-color: #E1490A; }
span { border-color: rgb(225,73,10); }
td.TdClassName
{
border-color: #E1490A;
}
.TagClassName
{
border-color: #E1490A;
}
</style>