Shades of Persimmon #E34A14
Tints of Persimmon #E34A14
RGB
CMYK
RGB Variations
Color information
#E34A14 (or 0xE34A14) is known color: Persimmon. HEX triplet: E3, 4A and 14. RGB value is (227,74,20). Sum of RGB (Red+Green+Blue) = 227+74+20=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34A14 is #1CB5EB. Grayscale: #717171. Windows color (decimal): -1881580 or 1329891. OLE color: 1329891.
HSL color Cylindrical-coordinate representation of color #E34A14: hue angle of 15.65º 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 #E34A14 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 20 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.11 |
| HSL | 15.65º | 0.84% | 0.48% | - |
| HSV(B) | 15.65º | 0.91% | 0.89% | - |
| XYZ | 34.25 | 21.28 | 2.96 | - |
| YUV | 113.59 | 75.19 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 20 | 0 | 0.67 | 0.91 | 0.11 | 15.65 | 0.84 | 0.48 |
| Hex | E3 | 4A | 14 | 0 | 43 | 5B | B | 10 | 54 | 30 |
| Octal | 343 | 112 | 24 | 0 | 103 | 133 | 13 | 20 | 124 | 60 |
| Binary | 11100011 | 1001010 | 10100 | 0 | 1000011 | 1011011 | 1011 | 10000 | 1010100 | 110000 |
Color Harmonies of #E34A14
Complementary color
Monochromatic Colors of #E34A14
Black with #E34A14
Text Example
Text Example
White with #E34A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A14; }
p { color: rgb(227,74,20); }
H1.HeaderClassName
{
color: #E34A14;
}
.AnyTagClassName
{
color: #E34A14;
}
</style>
background-color css
<style>
a { background-color: #E34A14; }
a { background-color: rgb(227,74,20); }
div.DivClassName
{
background-color: #E34A14;
}
.BgClassName
{
background-color: #E34A14;
}
</style>
border-color css
<style>
span { border-color: #E34A14; }
span { border-color: rgb(227,74,20); }
td.TdClassName
{
border-color: #E34A14;
}
.TagClassName
{
border-color: #E34A14;
}
</style>