Shades of Persimmon #E34812
Tints of Persimmon #E34812
RGB
CMYK
RGB Variations
Color information
#E34812 (or 0xE34812) is known color: Persimmon. HEX triplet: E3, 48 and 12. RGB value is (227,72,18). Sum of RGB (Red+Green+Blue) = 227+72+18=317 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.61% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 227 - color contains mainly: red. Hex color #E34812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34812 is #1CB7ED. Grayscale: #707070. Windows color (decimal): -1882094 or 1198307. OLE color: 1198307.
HSL color Cylindrical-coordinate representation of color #E34812: hue angle of 15.5º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E34812 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 18 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.11 |
| HSL | 15.5º | 0.85% | 0.48% | - |
| HSV(B) | 15.5º | 0.92% | 0.89% | - |
| XYZ | 34.11 | 21.01 | 2.83 | - |
| YUV | 112.19 | 74.85 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 18 | 0 | 0.68 | 0.92 | 0.11 | 15.5 | 0.85 | 0.48 |
| Hex | E3 | 48 | 12 | 0 | 44 | 5C | B | 10 | 55 | 30 |
| Octal | 343 | 110 | 22 | 0 | 104 | 134 | 13 | 20 | 125 | 60 |
| Binary | 11100011 | 1001000 | 10010 | 0 | 1000100 | 1011100 | 1011 | 10000 | 1010101 | 110000 |
Color Harmonies of #E34812
Complementary color
Monochromatic Colors of #E34812
Black with #E34812
Text Example
Text Example
White with #E34812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34812; }
p { color: rgb(227,72,18); }
H1.HeaderClassName
{
color: #E34812;
}
.AnyTagClassName
{
color: #E34812;
}
</style>
background-color css
<style>
a { background-color: #E34812; }
a { background-color: rgb(227,72,18); }
div.DivClassName
{
background-color: #E34812;
}
.BgClassName
{
background-color: #E34812;
}
</style>
border-color css
<style>
span { border-color: #E34812; }
span { border-color: rgb(227,72,18); }
td.TdClassName
{
border-color: #E34812;
}
.TagClassName
{
border-color: #E34812;
}
</style>