Shades of Persimmon #E34008
Tints of Persimmon #E34008
RGB
CMYK
RGB Variations
Color information
#E34008 (or 0xE34008) is known color: Persimmon. HEX triplet: E3, 40 and 08. RGB value is (227,64,8). Sum of RGB (Red+Green+Blue) = 227+64+8=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E34008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34008 is #1CBFF7. Grayscale: #6A6A6A. Windows color (decimal): -1884152 or 540899. OLE color: 540899.
HSL color Cylindrical-coordinate representation of color #E34008: hue angle of 15.34º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E34008 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 8 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.11 |
| HSL | 15.34º | 0.93% | 0.46% | - |
| HSV(B) | 15.34º | 0.96% | 0.89% | - |
| XYZ | 33.56 | 20.02 | 2.32 | - |
| YUV | 106.35 | 72.5 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 8 | 0 | 0.72 | 0.96 | 0.11 | 15.34 | 0.93 | 0.46 |
| Hex | E3 | 40 | 8 | 0 | 48 | 60 | B | F | 5D | 2E |
| Octal | 343 | 100 | 10 | 0 | 110 | 140 | 13 | 17 | 135 | 56 |
| Binary | 11100011 | 1000000 | 1000 | 0 | 1001000 | 1100000 | 1011 | 1111 | 1011101 | 101110 |
Color Harmonies of #E34008
Complementary color
Monochromatic Colors of #E34008
Black with #E34008
Text Example
Text Example
White with #E34008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34008; }
p { color: rgb(227,64,8); }
H1.HeaderClassName
{
color: #E34008;
}
.AnyTagClassName
{
color: #E34008;
}
</style>
background-color css
<style>
a { background-color: #E34008; }
a { background-color: rgb(227,64,8); }
div.DivClassName
{
background-color: #E34008;
}
.BgClassName
{
background-color: #E34008;
}
</style>
border-color css
<style>
span { border-color: #E34008; }
span { border-color: rgb(227,64,8); }
td.TdClassName
{
border-color: #E34008;
}
.TagClassName
{
border-color: #E34008;
}
</style>