Shades of Persimmon #E7490D
Tints of Persimmon #E7490D
RGB
CMYK
RGB Variations
Color information
#E7490D (or 0xE7490D) is known color: Persimmon. HEX triplet: E7, 49 and 0D. RGB value is (231,73,13). Sum of RGB (Red+Green+Blue) = 231+73+13=317 (41% of max value = 765). Red value is 231 (90.62% from 255 or 72.87% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 231 - color contains mainly: red. Hex color #E7490D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7490D is #18B6F2. Grayscale: #717171. Windows color (decimal): -1619699 or 870887. OLE color: 870887.
HSL color Cylindrical-coordinate representation of color #E7490D: hue angle of 16.51º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7490D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.09 |
| HSL | 16.51º | 0.89% | 0.48% | - |
| HSV(B) | 16.51º | 0.94% | 0.91% | - |
| XYZ | 35.41 | 21.78 | 2.72 | - |
| YUV | 113.4 | 71.35 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 13 | 0 | 0.68 | 0.94 | 0.09 | 16.51 | 0.89 | 0.48 |
| Hex | E7 | 49 | D | 0 | 44 | 5E | 9 | 11 | 59 | 30 |
| Octal | 347 | 111 | 15 | 0 | 104 | 136 | 11 | 21 | 131 | 60 |
| Binary | 11100111 | 1001001 | 1101 | 0 | 1000100 | 1011110 | 1001 | 10001 | 1011001 | 110000 |
Color Harmonies of #E7490D
Complementary color
Monochromatic Colors of #E7490D
Black with #E7490D
Text Example
Text Example
White with #E7490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7490D; }
p { color: rgb(231,73,13); }
H1.HeaderClassName
{
color: #E7490D;
}
.AnyTagClassName
{
color: #E7490D;
}
</style>
background-color css
<style>
a { background-color: #E7490D; }
a { background-color: rgb(231,73,13); }
div.DivClassName
{
background-color: #E7490D;
}
.BgClassName
{
background-color: #E7490D;
}
</style>
border-color css
<style>
span { border-color: #E7490D; }
span { border-color: rgb(231,73,13); }
td.TdClassName
{
border-color: #E7490D;
}
.TagClassName
{
border-color: #E7490D;
}
</style>