Shades of Persimmon #E14600
Tints of Persimmon #E14600
RGB
CMYK
RGB Variations
Color information
#E14600 (or 0xE14600) is known color: Persimmon. HEX triplet: E1, 46 and 00. RGB value is (225,70,0). Sum of RGB (Red+Green+Blue) = 225+70+0=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E14600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14600 is #1EB9FF. Grayscale: #6C6C6C. Windows color (decimal): -2013696 or 18145. OLE color: 18145.
HSL color Cylindrical-coordinate representation of color #E14600: hue angle of 18.67º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E14600 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.12 |
| HSL | 18.67º | 1% | 0.44% | - |
| HSV(B) | 18.67º | 1% | 0.88% | - |
| XYZ | 33.24 | 20.39 | 2.18 | - |
| YUV | 108.37 | 66.85 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 0 | 0 | 0.69 | 1 | 0.12 | 18.67 | 1 | 0.44 |
| Hex | E1 | 46 | 0 | 0 | 45 | 64 | C | 13 | 64 | 2C |
| Octal | 341 | 106 | 0 | 0 | 105 | 144 | 14 | 23 | 144 | 54 |
| Binary | 11100001 | 1000110 | 0 | 0 | 1000101 | 1100100 | 1100 | 10011 | 1100100 | 101100 |
Color Harmonies of #E14600
Complementary color
Monochromatic Colors of #E14600
Black with #E14600
Text Example
Text Example
White with #E14600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14600; }
p { color: rgb(225,70,0); }
H1.HeaderClassName
{
color: #E14600;
}
.AnyTagClassName
{
color: #E14600;
}
</style>
background-color css
<style>
a { background-color: #E14600; }
a { background-color: rgb(225,70,0); }
div.DivClassName
{
background-color: #E14600;
}
.BgClassName
{
background-color: #E14600;
}
</style>
border-color css
<style>
span { border-color: #E14600; }
span { border-color: rgb(225,70,0); }
td.TdClassName
{
border-color: #E14600;
}
.TagClassName
{
border-color: #E14600;
}
</style>