Shades of Persimmon #E54614
Tints of Persimmon #E54614
RGB
CMYK
RGB Variations
Color information
#E54614 (or 0xE54614) is known color: Persimmon. HEX triplet: E5, 46 and 14. RGB value is (229,70,20). Sum of RGB (Red+Green+Blue) = 229+70+20=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E54614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54614 is #1AB9EB. Grayscale: #707070. Windows color (decimal): -1751532 or 1328869. OLE color: 1328869.
HSL color Cylindrical-coordinate representation of color #E54614: hue angle of 14.35º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E54614 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 20 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.10 |
| HSL | 14.35º | 0.84% | 0.49% | - |
| HSV(B) | 14.35º | 0.91% | 0.9% | - |
| XYZ | 34.63 | 21.09 | 2.91 | - |
| YUV | 111.84 | 76.18 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 20 | 0 | 0.69 | 0.91 | 0.10 | 14.35 | 0.84 | 0.49 |
| Hex | E5 | 46 | 14 | 0 | 45 | 5B | A | E | 54 | 31 |
| Octal | 345 | 106 | 24 | 0 | 105 | 133 | 12 | 16 | 124 | 61 |
| Binary | 11100101 | 1000110 | 10100 | 0 | 1000101 | 1011011 | 1010 | 1110 | 1010100 | 110001 |
Color Harmonies of #E54614
Complementary color
Monochromatic Colors of #E54614
Black with #E54614
Text Example
Text Example
White with #E54614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54614; }
p { color: rgb(229,70,20); }
H1.HeaderClassName
{
color: #E54614;
}
.AnyTagClassName
{
color: #E54614;
}
</style>
background-color css
<style>
a { background-color: #E54614; }
a { background-color: rgb(229,70,20); }
div.DivClassName
{
background-color: #E54614;
}
.BgClassName
{
background-color: #E54614;
}
</style>
border-color css
<style>
span { border-color: #E54614; }
span { border-color: rgb(229,70,20); }
td.TdClassName
{
border-color: #E54614;
}
.TagClassName
{
border-color: #E54614;
}
</style>