Shades of Persimmon #E8470F
Tints of Persimmon #E8470F
RGB
CMYK
RGB Variations
Color information
#E8470F (or 0xE8470F) is known color: Persimmon. HEX triplet: E8, 47 and 0F. RGB value is (232,71,15). Sum of RGB (Red+Green+Blue) = 232+71+15=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E8470F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8470F is #17B8F0. Grayscale: #717171. Windows color (decimal): -1554673 or 1001448. OLE color: 1001448.
HSL color Cylindrical-coordinate representation of color #E8470F: hue angle of 15.48º 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 #E8470F is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 71 | 15 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.09 |
| HSL | 15.48º | 0.88% | 0.48% | - |
| HSV(B) | 15.48º | 0.94% | 0.91% | - |
| XYZ | 35.62 | 21.7 | 2.76 | - |
| YUV | 112.76 | 72.84 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 71 | 15 | 0 | 0.69 | 0.94 | 0.09 | 15.48 | 0.88 | 0.48 |
| Hex | E8 | 47 | F | 0 | 45 | 5E | 9 | F | 58 | 30 |
| Octal | 350 | 107 | 17 | 0 | 105 | 136 | 11 | 17 | 130 | 60 |
| Binary | 11101000 | 1000111 | 1111 | 0 | 1000101 | 1011110 | 1001 | 1111 | 1011000 | 110000 |
Color Harmonies of #E8470F
Complementary color
Monochromatic Colors of #E8470F
Black with #E8470F
Text Example
Text Example
White with #E8470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8470F; }
p { color: rgb(232,71,15); }
H1.HeaderClassName
{
color: #E8470F;
}
.AnyTagClassName
{
color: #E8470F;
}
</style>
background-color css
<style>
a { background-color: #E8470F; }
a { background-color: rgb(232,71,15); }
div.DivClassName
{
background-color: #E8470F;
}
.BgClassName
{
background-color: #E8470F;
}
</style>
border-color css
<style>
span { border-color: #E8470F; }
span { border-color: rgb(232,71,15); }
td.TdClassName
{
border-color: #E8470F;
}
.TagClassName
{
border-color: #E8470F;
}
</style>