Shades of Persimmon #E7490E
Tints of Persimmon #E7490E
RGB
CMYK
RGB Variations
Color information
#E7490E (or 0xE7490E) is known color: Persimmon. HEX triplet: E7, 49 and 0E. RGB value is (231,73,14). Sum of RGB (Red+Green+Blue) = 231+73+14=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E7490E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7490E is #18B6F1. Grayscale: #717171. Windows color (decimal): -1619698 or 936423. OLE color: 936423.
HSL color Cylindrical-coordinate representation of color #E7490E: hue angle of 16.31º 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 #E7490E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 14 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.09 |
| HSL | 16.31º | 0.89% | 0.48% | - |
| HSV(B) | 16.31º | 0.94% | 0.91% | - |
| XYZ | 35.42 | 21.79 | 2.75 | - |
| YUV | 113.52 | 71.85 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 14 | 0 | 0.68 | 0.94 | 0.09 | 16.31 | 0.89 | 0.48 |
| Hex | E7 | 49 | E | 0 | 44 | 5E | 9 | 10 | 59 | 30 |
| Octal | 347 | 111 | 16 | 0 | 104 | 136 | 11 | 20 | 131 | 60 |
| Binary | 11100111 | 1001001 | 1110 | 0 | 1000100 | 1011110 | 1001 | 10000 | 1011001 | 110000 |
Color Harmonies of #E7490E
Complementary color
Monochromatic Colors of #E7490E
Black with #E7490E
Text Example
Text Example
White with #E7490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7490E; }
p { color: rgb(231,73,14); }
H1.HeaderClassName
{
color: #E7490E;
}
.AnyTagClassName
{
color: #E7490E;
}
</style>
background-color css
<style>
a { background-color: #E7490E; }
a { background-color: rgb(231,73,14); }
div.DivClassName
{
background-color: #E7490E;
}
.BgClassName
{
background-color: #E7490E;
}
</style>
border-color css
<style>
span { border-color: #E7490E; }
span { border-color: rgb(231,73,14); }
td.TdClassName
{
border-color: #E7490E;
}
.TagClassName
{
border-color: #E7490E;
}
</style>