Shades of Persimmon #E0490D
Tints of Persimmon #E0490D
RGB
CMYK
RGB Variations
Color information
#E0490D (or 0xE0490D) is known color: Persimmon. HEX triplet: E0, 49 and 0D. RGB value is (224,73,13). Sum of RGB (Red+Green+Blue) = 224+73+13=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E0490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0490D is #1FB6F2. Grayscale: #6F6F6F. Windows color (decimal): -2078451 or 870880. OLE color: 870880.
HSL color Cylindrical-coordinate representation of color #E0490D: hue angle of 17.06º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0490D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.12 |
| HSL | 17.06º | 0.89% | 0.46% | - |
| HSV(B) | 17.06º | 0.94% | 0.88% | - |
| XYZ | 33.2 | 20.64 | 2.62 | - |
| YUV | 111.31 | 72.53 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 13 | 0 | 0.67 | 0.94 | 0.12 | 17.06 | 0.89 | 0.46 |
| Hex | E0 | 49 | D | 0 | 43 | 5E | C | 11 | 59 | 2E |
| Octal | 340 | 111 | 15 | 0 | 103 | 136 | 14 | 21 | 131 | 56 |
| Binary | 11100000 | 1001001 | 1101 | 0 | 1000011 | 1011110 | 1100 | 10001 | 1011001 | 101110 |
Color Harmonies of #E0490D
Complementary color
Monochromatic Colors of #E0490D
Black with #E0490D
Text Example
Text Example
White with #E0490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0490D; }
p { color: rgb(224,73,13); }
H1.HeaderClassName
{
color: #E0490D;
}
.AnyTagClassName
{
color: #E0490D;
}
</style>
background-color css
<style>
a { background-color: #E0490D; }
a { background-color: rgb(224,73,13); }
div.DivClassName
{
background-color: #E0490D;
}
.BgClassName
{
background-color: #E0490D;
}
</style>
border-color css
<style>
span { border-color: #E0490D; }
span { border-color: rgb(224,73,13); }
td.TdClassName
{
border-color: #E0490D;
}
.TagClassName
{
border-color: #E0490D;
}
</style>