Shades of Persimmon #E14F17
Tints of Persimmon #E14F17
RGB
CMYK
RGB Variations
Color information
#E14F17 (or 0xE14F17) is known color: Persimmon. HEX triplet: E1, 4F and 17. RGB value is (225,79,23). Sum of RGB (Red+Green+Blue) = 225+79+23=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14F17 is #1EB0E8. Grayscale: #747474. Windows color (decimal): -2011369 or 1527777. OLE color: 1527777.
HSL color Cylindrical-coordinate representation of color #E14F17: hue angle of 16.63º 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 #E14F17 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 23 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.12 |
| HSL | 16.63º | 0.81% | 0.49% | - |
| HSV(B) | 16.63º | 0.9% | 0.88% | - |
| XYZ | 34 | 21.66 | 3.2 | - |
| YUV | 116.27 | 75.37 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 23 | 0 | 0.65 | 0.90 | 0.12 | 16.63 | 0.81 | 0.49 |
| Hex | E1 | 4F | 17 | 0 | 41 | 5A | C | 11 | 51 | 31 |
| Octal | 341 | 117 | 27 | 0 | 101 | 132 | 14 | 21 | 121 | 61 |
| Binary | 11100001 | 1001111 | 10111 | 0 | 1000001 | 1011010 | 1100 | 10001 | 1010001 | 110001 |
Color Harmonies of #E14F17
Complementary color
Monochromatic Colors of #E14F17
Black with #E14F17
Text Example
Text Example
White with #E14F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F17; }
p { color: rgb(225,79,23); }
H1.HeaderClassName
{
color: #E14F17;
}
.AnyTagClassName
{
color: #E14F17;
}
</style>
background-color css
<style>
a { background-color: #E14F17; }
a { background-color: rgb(225,79,23); }
div.DivClassName
{
background-color: #E14F17;
}
.BgClassName
{
background-color: #E14F17;
}
</style>
border-color css
<style>
span { border-color: #E14F17; }
span { border-color: rgb(225,79,23); }
td.TdClassName
{
border-color: #E14F17;
}
.TagClassName
{
border-color: #E14F17;
}
</style>