Shades of Persimmon #E34D10
Tints of Persimmon #E34D10
RGB
CMYK
RGB Variations
Color information
#E34D10 (or 0xE34D10) is known color: Persimmon. HEX triplet: E3, 4D and 10. RGB value is (227,77,16). Sum of RGB (Red+Green+Blue) = 227+77+16=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E34D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E34D10 is #1CB2EF. Grayscale: #737373. Windows color (decimal): -1880816 or 1068515. OLE color: 1068515.
HSL color Cylindrical-coordinate representation of color #E34D10: hue angle of 17.35º 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 #E34D10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.11 |
| HSL | 17.35º | 0.87% | 0.48% | - |
| HSV(B) | 17.35º | 0.93% | 0.89% | - |
| XYZ | 34.43 | 21.68 | 2.86 | - |
| YUV | 114.9 | 72.2 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 16 | 0 | 0.66 | 0.93 | 0.11 | 17.35 | 0.87 | 0.48 |
| Hex | E3 | 4D | 10 | 0 | 42 | 5D | B | 11 | 57 | 30 |
| Octal | 343 | 115 | 20 | 0 | 102 | 135 | 13 | 21 | 127 | 60 |
| Binary | 11100011 | 1001101 | 10000 | 0 | 1000010 | 1011101 | 1011 | 10001 | 1010111 | 110000 |
Color Harmonies of #E34D10
Complementary color
Monochromatic Colors of #E34D10
Black with #E34D10
Text Example
Text Example
White with #E34D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34D10; }
p { color: rgb(227,77,16); }
H1.HeaderClassName
{
color: #E34D10;
}
.AnyTagClassName
{
color: #E34D10;
}
</style>
background-color css
<style>
a { background-color: #E34D10; }
a { background-color: rgb(227,77,16); }
div.DivClassName
{
background-color: #E34D10;
}
.BgClassName
{
background-color: #E34D10;
}
</style>
border-color css
<style>
span { border-color: #E34D10; }
span { border-color: rgb(227,77,16); }
td.TdClassName
{
border-color: #E34D10;
}
.TagClassName
{
border-color: #E34D10;
}
</style>