Shades of Persimmon #E34710
Tints of Persimmon #E34710
RGB
CMYK
RGB Variations
Color information
#E34710 (or 0xE34710) is known color: Persimmon. HEX triplet: E3, 47 and 10. RGB value is (227,71,16). Sum of RGB (Red+Green+Blue) = 227+71+16=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E34710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34710 is #1CB8EF. Grayscale: #6F6F6F. Windows color (decimal): -1882352 or 1066979. OLE color: 1066979.
HSL color Cylindrical-coordinate representation of color #E34710: hue angle of 15.64º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E34710 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 71 | 16 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.11 |
| HSL | 15.64º | 0.87% | 0.48% | - |
| HSV(B) | 15.64º | 0.93% | 0.89% | - |
| XYZ | 34.03 | 20.87 | 2.73 | - |
| YUV | 111.37 | 74.18 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 71 | 16 | 0 | 0.69 | 0.93 | 0.11 | 15.64 | 0.87 | 0.48 |
| Hex | E3 | 47 | 10 | 0 | 45 | 5D | B | 10 | 57 | 30 |
| Octal | 343 | 107 | 20 | 0 | 105 | 135 | 13 | 20 | 127 | 60 |
| Binary | 11100011 | 1000111 | 10000 | 0 | 1000101 | 1011101 | 1011 | 10000 | 1010111 | 110000 |
Color Harmonies of #E34710
Complementary color
Monochromatic Colors of #E34710
Black with #E34710
Text Example
Text Example
White with #E34710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34710; }
p { color: rgb(227,71,16); }
H1.HeaderClassName
{
color: #E34710;
}
.AnyTagClassName
{
color: #E34710;
}
</style>
background-color css
<style>
a { background-color: #E34710; }
a { background-color: rgb(227,71,16); }
div.DivClassName
{
background-color: #E34710;
}
.BgClassName
{
background-color: #E34710;
}
</style>
border-color css
<style>
span { border-color: #E34710; }
span { border-color: rgb(227,71,16); }
td.TdClassName
{
border-color: #E34710;
}
.TagClassName
{
border-color: #E34710;
}
</style>