Shades of Persimmon #E14A17
Tints of Persimmon #E14A17
RGB
CMYK
RGB Variations
Color information
#E14A17 (or 0xE14A17) is known color: Persimmon. HEX triplet: E1, 4A and 17. RGB value is (225,74,23). Sum of RGB (Red+Green+Blue) = 225+74+23=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14A17 is #1EB5E8. Grayscale: #717171. Windows color (decimal): -2012649 or 1526497. OLE color: 1526497.
HSL color Cylindrical-coordinate representation of color #E14A17: hue angle of 15.15º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E14A17 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 23 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.12 |
| HSL | 15.15º | 0.81% | 0.49% | - |
| HSV(B) | 15.15º | 0.9% | 0.88% | - |
| XYZ | 33.65 | 20.97 | 3.08 | - |
| YUV | 113.34 | 77.03 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 23 | 0 | 0.67 | 0.90 | 0.12 | 15.15 | 0.81 | 0.49 |
| Hex | E1 | 4A | 17 | 0 | 43 | 5A | C | F | 51 | 31 |
| Octal | 341 | 112 | 27 | 0 | 103 | 132 | 14 | 17 | 121 | 61 |
| Binary | 11100001 | 1001010 | 10111 | 0 | 1000011 | 1011010 | 1100 | 1111 | 1010001 | 110001 |
Color Harmonies of #E14A17
Complementary color
Monochromatic Colors of #E14A17
Black with #E14A17
Text Example
Text Example
White with #E14A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A17; }
p { color: rgb(225,74,23); }
H1.HeaderClassName
{
color: #E14A17;
}
.AnyTagClassName
{
color: #E14A17;
}
</style>
background-color css
<style>
a { background-color: #E14A17; }
a { background-color: rgb(225,74,23); }
div.DivClassName
{
background-color: #E14A17;
}
.BgClassName
{
background-color: #E14A17;
}
</style>
border-color css
<style>
span { border-color: #E14A17; }
span { border-color: rgb(225,74,23); }
td.TdClassName
{
border-color: #E14A17;
}
.TagClassName
{
border-color: #E14A17;
}
</style>