Shades of Persimmon #E34508
Tints of Persimmon #E34508
RGB
CMYK
RGB Variations
Color information
#E34508 (or 0xE34508) is known color: Persimmon. HEX triplet: E3, 45 and 08. RGB value is (227,69,8). Sum of RGB (Red+Green+Blue) = 227+69+8=304 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.67% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 227 - color contains mainly: red. Hex color #E34508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34508 is #1CBAF7. Grayscale: #6D6D6D. Windows color (decimal): -1882872 or 542179. OLE color: 542179.
HSL color Cylindrical-coordinate representation of color #E34508: hue angle of 16.71º 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 #E34508 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.11 |
| HSL | 16.71º | 0.93% | 0.46% | - |
| HSV(B) | 16.71º | 0.96% | 0.89% | - |
| XYZ | 33.85 | 20.6 | 2.42 | - |
| YUV | 109.29 | 70.85 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 8 | 0 | 0.70 | 0.96 | 0.11 | 16.71 | 0.93 | 0.46 |
| Hex | E3 | 45 | 8 | 0 | 46 | 60 | B | 11 | 5D | 2E |
| Octal | 343 | 105 | 10 | 0 | 106 | 140 | 13 | 21 | 135 | 56 |
| Binary | 11100011 | 1000101 | 1000 | 0 | 1000110 | 1100000 | 1011 | 10001 | 1011101 | 101110 |
Color Harmonies of #E34508
Complementary color
Monochromatic Colors of #E34508
Black with #E34508
Text Example
Text Example
White with #E34508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34508; }
p { color: rgb(227,69,8); }
H1.HeaderClassName
{
color: #E34508;
}
.AnyTagClassName
{
color: #E34508;
}
</style>
background-color css
<style>
a { background-color: #E34508; }
a { background-color: rgb(227,69,8); }
div.DivClassName
{
background-color: #E34508;
}
.BgClassName
{
background-color: #E34508;
}
</style>
border-color css
<style>
span { border-color: #E34508; }
span { border-color: rgb(227,69,8); }
td.TdClassName
{
border-color: #E34508;
}
.TagClassName
{
border-color: #E34508;
}
</style>