Shades of Persimmon #E8460F
Tints of Persimmon #E8460F
RGB
CMYK
RGB Variations
Color information
#E8460F (or 0xE8460F) is known color: Persimmon. HEX triplet: E8, 46 and 0F. RGB value is (232,70,15). Sum of RGB (Red+Green+Blue) = 232+70+15=317 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.19% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 232 - color contains mainly: red. Hex color #E8460F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8460F is #17B9F0. Grayscale: #707070. Windows color (decimal): -1554929 or 1001192. OLE color: 1001192.
HSL color Cylindrical-coordinate representation of color #E8460F: hue angle of 15.21º degrees, saturation: 0.88, 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 #E8460F is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 70 | 15 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.09 |
| HSL | 15.21º | 0.88% | 0.48% | - |
| HSV(B) | 15.21º | 0.94% | 0.91% | - |
| XYZ | 35.56 | 21.57 | 2.74 | - |
| YUV | 112.17 | 73.17 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 70 | 15 | 0 | 0.70 | 0.94 | 0.09 | 15.21 | 0.88 | 0.48 |
| Hex | E8 | 46 | F | 0 | 46 | 5E | 9 | F | 58 | 30 |
| Octal | 350 | 106 | 17 | 0 | 106 | 136 | 11 | 17 | 130 | 60 |
| Binary | 11101000 | 1000110 | 1111 | 0 | 1000110 | 1011110 | 1001 | 1111 | 1011000 | 110000 |
Color Harmonies of #E8460F
Complementary color
Monochromatic Colors of #E8460F
Black with #E8460F
Text Example
Text Example
White with #E8460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8460F; }
p { color: rgb(232,70,15); }
H1.HeaderClassName
{
color: #E8460F;
}
.AnyTagClassName
{
color: #E8460F;
}
</style>
background-color css
<style>
a { background-color: #E8460F; }
a { background-color: rgb(232,70,15); }
div.DivClassName
{
background-color: #E8460F;
}
.BgClassName
{
background-color: #E8460F;
}
</style>
border-color css
<style>
span { border-color: #E8460F; }
span { border-color: rgb(232,70,15); }
td.TdClassName
{
border-color: #E8460F;
}
.TagClassName
{
border-color: #E8460F;
}
</style>