Shades of Persimmon #E14500
Tints of Persimmon #E14500
RGB
CMYK
RGB Variations
Color information
#E14500 (or 0xE14500) is known color: Persimmon. HEX triplet: E1, 45 and 00. RGB value is (225,69,0). Sum of RGB (Red+Green+Blue) = 225+69+0=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E14500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14500 is #1EBAFF. Grayscale: #6C6C6C. Windows color (decimal): -2013952 or 17889. OLE color: 17889.
HSL color Cylindrical-coordinate representation of color #E14500: hue angle of 18.4º 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 #E14500 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.12 |
| HSL | 18.4º | 1% | 0.44% | - |
| HSV(B) | 18.4º | 1% | 0.88% | - |
| XYZ | 33.18 | 20.26 | 2.16 | - |
| YUV | 107.78 | 67.18 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 0 | 0 | 0.69 | 1 | 0.12 | 18.4 | 1 | 0.44 |
| Hex | E1 | 45 | 0 | 0 | 45 | 64 | C | 12 | 64 | 2C |
| Octal | 341 | 105 | 0 | 0 | 105 | 144 | 14 | 22 | 144 | 54 |
| Binary | 11100001 | 1000101 | 0 | 0 | 1000101 | 1100100 | 1100 | 10010 | 1100100 | 101100 |
Color Harmonies of #E14500
Complementary color
Monochromatic Colors of #E14500
Black with #E14500
Text Example
Text Example
White with #E14500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14500; }
p { color: rgb(225,69,0); }
H1.HeaderClassName
{
color: #E14500;
}
.AnyTagClassName
{
color: #E14500;
}
</style>
background-color css
<style>
a { background-color: #E14500; }
a { background-color: rgb(225,69,0); }
div.DivClassName
{
background-color: #E14500;
}
.BgClassName
{
background-color: #E14500;
}
</style>
border-color css
<style>
span { border-color: #E14500; }
span { border-color: rgb(225,69,0); }
td.TdClassName
{
border-color: #E14500;
}
.TagClassName
{
border-color: #E14500;
}
</style>