Shades of Persimmon #E34814
Tints of Persimmon #E34814
RGB
CMYK
RGB Variations
Color information
#E34814 (or 0xE34814) is known color: Persimmon. HEX triplet: E3, 48 and 14. RGB value is (227,72,20). Sum of RGB (Red+Green+Blue) = 227+72+20=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E34814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34814 is #1CB7EB. Grayscale: #707070. Windows color (decimal): -1882092 or 1329379. OLE color: 1329379.
HSL color Cylindrical-coordinate representation of color #E34814: hue angle of 15.07º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E34814 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 20 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.11 |
| HSL | 15.07º | 0.84% | 0.48% | - |
| HSV(B) | 15.07º | 0.91% | 0.89% | - |
| XYZ | 34.12 | 21.02 | 2.92 | - |
| YUV | 112.42 | 75.85 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 20 | 0 | 0.68 | 0.91 | 0.11 | 15.07 | 0.84 | 0.48 |
| Hex | E3 | 48 | 14 | 0 | 44 | 5B | B | F | 54 | 30 |
| Octal | 343 | 110 | 24 | 0 | 104 | 133 | 13 | 17 | 124 | 60 |
| Binary | 11100011 | 1001000 | 10100 | 0 | 1000100 | 1011011 | 1011 | 1111 | 1010100 | 110000 |
Color Harmonies of #E34814
Complementary color
Monochromatic Colors of #E34814
Black with #E34814
Text Example
Text Example
White with #E34814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34814; }
p { color: rgb(227,72,20); }
H1.HeaderClassName
{
color: #E34814;
}
.AnyTagClassName
{
color: #E34814;
}
</style>
background-color css
<style>
a { background-color: #E34814; }
a { background-color: rgb(227,72,20); }
div.DivClassName
{
background-color: #E34814;
}
.BgClassName
{
background-color: #E34814;
}
</style>
border-color css
<style>
span { border-color: #E34814; }
span { border-color: rgb(227,72,20); }
td.TdClassName
{
border-color: #E34814;
}
.TagClassName
{
border-color: #E34814;
}
</style>