Shades of Persimmon #E14100
Tints of Persimmon #E14100
RGB
CMYK
RGB Variations
Color information
#E14100 (or 0xE14100) is known color: Persimmon. HEX triplet: E1, 41 and 00. RGB value is (225,65,0). Sum of RGB (Red+Green+Blue) = 225+65+0=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E14100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14100 is #1EBEFF. Grayscale: #696969. Windows color (decimal): -2014976 or 16865. OLE color: 16865.
HSL color Cylindrical-coordinate representation of color #E14100: hue angle of 17.33º 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 #E14100 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.12 |
| HSL | 17.33º | 1% | 0.44% | - |
| HSV(B) | 17.33º | 1% | 0.88% | - |
| XYZ | 32.94 | 19.79 | 2.08 | - |
| YUV | 105.43 | 68.51 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 0 | 0 | 0.71 | 1 | 0.12 | 17.33 | 1 | 0.44 |
| Hex | E1 | 41 | 0 | 0 | 47 | 64 | C | 11 | 64 | 2C |
| Octal | 341 | 101 | 0 | 0 | 107 | 144 | 14 | 21 | 144 | 54 |
| Binary | 11100001 | 1000001 | 0 | 0 | 1000111 | 1100100 | 1100 | 10001 | 1100100 | 101100 |
Color Harmonies of #E14100
Complementary color
Monochromatic Colors of #E14100
Black with #E14100
Text Example
Text Example
White with #E14100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14100; }
p { color: rgb(225,65,0); }
H1.HeaderClassName
{
color: #E14100;
}
.AnyTagClassName
{
color: #E14100;
}
</style>
background-color css
<style>
a { background-color: #E14100; }
a { background-color: rgb(225,65,0); }
div.DivClassName
{
background-color: #E14100;
}
.BgClassName
{
background-color: #E14100;
}
</style>
border-color css
<style>
span { border-color: #E14100; }
span { border-color: rgb(225,65,0); }
td.TdClassName
{
border-color: #E14100;
}
.TagClassName
{
border-color: #E14100;
}
</style>