Shades of Persimmon #E0460F
Tints of Persimmon #E0460F
RGB
CMYK
RGB Variations
Color information
#E0460F (or 0xE0460F) is known color: Persimmon. HEX triplet: E0, 46 and 0F. RGB value is (224,70,15). Sum of RGB (Red+Green+Blue) = 224+70+15=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0460F is #1FB9F0. Grayscale: #6E6E6E. Windows color (decimal): -2079217 or 1001184. OLE color: 1001184.
HSL color Cylindrical-coordinate representation of color #E0460F: hue angle of 15.79º degrees, saturation: 0.87, 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 #E0460F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 15 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.12 |
| HSL | 15.79º | 0.87% | 0.47% | - |
| HSV(B) | 15.79º | 0.93% | 0.88% | - |
| XYZ | 33.02 | 20.26 | 2.62 | - |
| YUV | 109.78 | 74.52 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 15 | 0 | 0.69 | 0.93 | 0.12 | 15.79 | 0.87 | 0.47 |
| Hex | E0 | 46 | F | 0 | 45 | 5D | C | 10 | 57 | 2F |
| Octal | 340 | 106 | 17 | 0 | 105 | 135 | 14 | 20 | 127 | 57 |
| Binary | 11100000 | 1000110 | 1111 | 0 | 1000101 | 1011101 | 1100 | 10000 | 1010111 | 101111 |
Color Harmonies of #E0460F
Complementary color
Monochromatic Colors of #E0460F
Black with #E0460F
Text Example
Text Example
White with #E0460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0460F; }
p { color: rgb(224,70,15); }
H1.HeaderClassName
{
color: #E0460F;
}
.AnyTagClassName
{
color: #E0460F;
}
</style>
background-color css
<style>
a { background-color: #E0460F; }
a { background-color: rgb(224,70,15); }
div.DivClassName
{
background-color: #E0460F;
}
.BgClassName
{
background-color: #E0460F;
}
</style>
border-color css
<style>
span { border-color: #E0460F; }
span { border-color: rgb(224,70,15); }
td.TdClassName
{
border-color: #E0460F;
}
.TagClassName
{
border-color: #E0460F;
}
</style>