Shades of Persimmon #E34714
Tints of Persimmon #E34714
RGB
CMYK
RGB Variations
Color information
#E34714 (or 0xE34714) is known color: Persimmon. HEX triplet: E3, 47 and 14. RGB value is (227,71,20). Sum of RGB (Red+Green+Blue) = 227+71+20=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E34714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34714 is #1CB8EB. Grayscale: #707070. Windows color (decimal): -1882348 or 1329123. OLE color: 1329123.
HSL color Cylindrical-coordinate representation of color #E34714: hue angle of 14.78º 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 #E34714 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 71 | 20 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.11 |
| HSL | 14.78º | 0.84% | 0.48% | - |
| HSV(B) | 14.78º | 0.91% | 0.89% | - |
| XYZ | 34.06 | 20.89 | 2.9 | - |
| YUV | 111.83 | 76.18 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 71 | 20 | 0 | 0.69 | 0.91 | 0.11 | 14.78 | 0.84 | 0.48 |
| Hex | E3 | 47 | 14 | 0 | 45 | 5B | B | F | 54 | 30 |
| Octal | 343 | 107 | 24 | 0 | 105 | 133 | 13 | 17 | 124 | 60 |
| Binary | 11100011 | 1000111 | 10100 | 0 | 1000101 | 1011011 | 1011 | 1111 | 1010100 | 110000 |
Color Harmonies of #E34714
Complementary color
Monochromatic Colors of #E34714
Black with #E34714
Text Example
Text Example
White with #E34714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34714; }
p { color: rgb(227,71,20); }
H1.HeaderClassName
{
color: #E34714;
}
.AnyTagClassName
{
color: #E34714;
}
</style>
background-color css
<style>
a { background-color: #E34714; }
a { background-color: rgb(227,71,20); }
div.DivClassName
{
background-color: #E34714;
}
.BgClassName
{
background-color: #E34714;
}
</style>
border-color css
<style>
span { border-color: #E34714; }
span { border-color: rgb(227,71,20); }
td.TdClassName
{
border-color: #E34714;
}
.TagClassName
{
border-color: #E34714;
}
</style>