Shades of Persimmon #E54714
Tints of Persimmon #E54714
RGB
CMYK
RGB Variations
Color information
#E54714 (or 0xE54714) is known color: Persimmon. HEX triplet: E5, 47 and 14. RGB value is (229,71,20). Sum of RGB (Red+Green+Blue) = 229+71+20=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E54714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54714 is #1AB8EB. Grayscale: #707070. Windows color (decimal): -1751276 or 1329125. OLE color: 1329125.
HSL color Cylindrical-coordinate representation of color #E54714: hue angle of 14.64º 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 #E54714 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 20 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.10 |
| HSL | 14.64º | 0.84% | 0.49% | - |
| HSV(B) | 14.64º | 0.91% | 0.9% | - |
| XYZ | 34.69 | 21.22 | 2.93 | - |
| YUV | 112.43 | 75.85 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 20 | 0 | 0.69 | 0.91 | 0.10 | 14.64 | 0.84 | 0.49 |
| Hex | E5 | 47 | 14 | 0 | 45 | 5B | A | F | 54 | 31 |
| Octal | 345 | 107 | 24 | 0 | 105 | 133 | 12 | 17 | 124 | 61 |
| Binary | 11100101 | 1000111 | 10100 | 0 | 1000101 | 1011011 | 1010 | 1111 | 1010100 | 110001 |
Color Harmonies of #E54714
Complementary color
Monochromatic Colors of #E54714
Black with #E54714
Text Example
Text Example
White with #E54714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54714; }
p { color: rgb(229,71,20); }
H1.HeaderClassName
{
color: #E54714;
}
.AnyTagClassName
{
color: #E54714;
}
</style>
background-color css
<style>
a { background-color: #E54714; }
a { background-color: rgb(229,71,20); }
div.DivClassName
{
background-color: #E54714;
}
.BgClassName
{
background-color: #E54714;
}
</style>
border-color css
<style>
span { border-color: #E54714; }
span { border-color: rgb(229,71,20); }
td.TdClassName
{
border-color: #E54714;
}
.TagClassName
{
border-color: #E54714;
}
</style>