Shades of Persimmon #E14601
Tints of Persimmon #E14601
RGB
CMYK
RGB Variations
Color information
#E14601 (or 0xE14601) is known color: Persimmon. HEX triplet: E1, 46 and 01. RGB value is (225,70,1). Sum of RGB (Red+Green+Blue) = 225+70+1=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E14601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14601 is #1EB9FE. Grayscale: #6C6C6C. Windows color (decimal): -2013695 or 83681. OLE color: 83681.
HSL color Cylindrical-coordinate representation of color #E14601: hue angle of 18.48º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E14601 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.12 |
| HSL | 18.48º | 0.99% | 0.44% | - |
| HSV(B) | 18.48º | 1% | 0.88% | - |
| XYZ | 33.25 | 20.39 | 2.21 | - |
| YUV | 108.48 | 67.35 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 1 | 0 | 0.69 | 1.00 | 0.12 | 18.48 | 0.99 | 0.44 |
| Hex | E1 | 46 | 1 | 0 | 45 | 64 | C | 12 | 63 | 2C |
| Octal | 341 | 106 | 1 | 0 | 105 | 144 | 14 | 22 | 143 | 54 |
| Binary | 11100001 | 1000110 | 1 | 0 | 1000101 | 1100100 | 1100 | 10010 | 1100011 | 101100 |
Color Harmonies of #E14601
Complementary color
Monochromatic Colors of #E14601
Black with #E14601
Text Example
Text Example
White with #E14601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14601; }
p { color: rgb(225,70,1); }
H1.HeaderClassName
{
color: #E14601;
}
.AnyTagClassName
{
color: #E14601;
}
</style>
background-color css
<style>
a { background-color: #E14601; }
a { background-color: rgb(225,70,1); }
div.DivClassName
{
background-color: #E14601;
}
.BgClassName
{
background-color: #E14601;
}
</style>
border-color css
<style>
span { border-color: #E14601; }
span { border-color: rgb(225,70,1); }
td.TdClassName
{
border-color: #E14601;
}
.TagClassName
{
border-color: #E14601;
}
</style>