Shades of Persimmon #E34F10
Tints of Persimmon #E34F10
RGB
CMYK
RGB Variations
Color information
#E34F10 (or 0xE34F10) is known color: Persimmon. HEX triplet: E3, 4F and 10. RGB value is (227,79,16). Sum of RGB (Red+Green+Blue) = 227+79+16=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E34F10 is #1CB0EF. Grayscale: #747474. Windows color (decimal): -1880304 or 1069027. OLE color: 1069027.
HSL color Cylindrical-coordinate representation of color #E34F10: hue angle of 17.91º 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 #E34F10 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 16 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.11 |
| HSL | 17.91º | 0.87% | 0.48% | - |
| HSV(B) | 17.91º | 0.93% | 0.89% | - |
| XYZ | 34.57 | 21.96 | 2.91 | - |
| YUV | 116.07 | 71.53 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 16 | 0 | 0.65 | 0.93 | 0.11 | 17.91 | 0.87 | 0.48 |
| Hex | E3 | 4F | 10 | 0 | 41 | 5D | B | 12 | 57 | 30 |
| Octal | 343 | 117 | 20 | 0 | 101 | 135 | 13 | 22 | 127 | 60 |
| Binary | 11100011 | 1001111 | 10000 | 0 | 1000001 | 1011101 | 1011 | 10010 | 1010111 | 110000 |
Color Harmonies of #E34F10
Complementary color
Monochromatic Colors of #E34F10
Black with #E34F10
Text Example
Text Example
White with #E34F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34F10; }
p { color: rgb(227,79,16); }
H1.HeaderClassName
{
color: #E34F10;
}
.AnyTagClassName
{
color: #E34F10;
}
</style>
background-color css
<style>
a { background-color: #E34F10; }
a { background-color: rgb(227,79,16); }
div.DivClassName
{
background-color: #E34F10;
}
.BgClassName
{
background-color: #E34F10;
}
</style>
border-color css
<style>
span { border-color: #E34F10; }
span { border-color: rgb(227,79,16); }
td.TdClassName
{
border-color: #E34F10;
}
.TagClassName
{
border-color: #E34F10;
}
</style>