Shades of Persimmon #E34816
Tints of Persimmon #E34816
RGB
CMYK
RGB Variations
Color information
#E34816 (or 0xE34816) is known color: Persimmon. HEX triplet: E3, 48 and 16. RGB value is (227,72,22). Sum of RGB (Red+Green+Blue) = 227+72+22=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E34816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34816 is #1CB7E9. Grayscale: #707070. Windows color (decimal): -1882090 or 1460451. OLE color: 1460451.
HSL color Cylindrical-coordinate representation of color #E34816: hue angle of 14.63º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E34816 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 22 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.11 |
| HSL | 14.63º | 0.82% | 0.49% | - |
| HSV(B) | 14.63º | 0.9% | 0.89% | - |
| XYZ | 34.14 | 21.02 | 3.02 | - |
| YUV | 112.65 | 76.85 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 22 | 0 | 0.68 | 0.90 | 0.11 | 14.63 | 0.82 | 0.49 |
| Hex | E3 | 48 | 16 | 0 | 44 | 5A | B | F | 52 | 31 |
| Octal | 343 | 110 | 26 | 0 | 104 | 132 | 13 | 17 | 122 | 61 |
| Binary | 11100011 | 1001000 | 10110 | 0 | 1000100 | 1011010 | 1011 | 1111 | 1010010 | 110001 |
Color Harmonies of #E34816
Complementary color
Monochromatic Colors of #E34816
Black with #E34816
Text Example
Text Example
White with #E34816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34816; }
p { color: rgb(227,72,22); }
H1.HeaderClassName
{
color: #E34816;
}
.AnyTagClassName
{
color: #E34816;
}
</style>
background-color css
<style>
a { background-color: #E34816; }
a { background-color: rgb(227,72,22); }
div.DivClassName
{
background-color: #E34816;
}
.BgClassName
{
background-color: #E34816;
}
</style>
border-color css
<style>
span { border-color: #E34816; }
span { border-color: rgb(227,72,22); }
td.TdClassName
{
border-color: #E34816;
}
.TagClassName
{
border-color: #E34816;
}
</style>