Shades of Persimmon #E14D0C
Tints of Persimmon #E14D0C
RGB
CMYK
RGB Variations
Color information
#E14D0C (or 0xE14D0C) is known color: Persimmon. HEX triplet: E1, 4D and 0C. RGB value is (225,77,12). Sum of RGB (Red+Green+Blue) = 225+77+12=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14D0C is #1EB2F3. Grayscale: #727272. Windows color (decimal): -2011892 or 806369. OLE color: 806369.
HSL color Cylindrical-coordinate representation of color #E14D0C: hue angle of 18.31º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E14D0C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.12 |
| HSL | 18.31º | 0.9% | 0.46% | - |
| HSV(B) | 18.31º | 0.95% | 0.88% | - |
| XYZ | 33.77 | 21.34 | 2.69 | - |
| YUV | 113.84 | 70.53 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 12 | 0 | 0.66 | 0.95 | 0.12 | 18.31 | 0.9 | 0.46 |
| Hex | E1 | 4D | C | 0 | 42 | 5F | C | 12 | 5A | 2E |
| Octal | 341 | 115 | 14 | 0 | 102 | 137 | 14 | 22 | 132 | 56 |
| Binary | 11100001 | 1001101 | 1100 | 0 | 1000010 | 1011111 | 1100 | 10010 | 1011010 | 101110 |
Color Harmonies of #E14D0C
Complementary color
Monochromatic Colors of #E14D0C
Black with #E14D0C
Text Example
Text Example
White with #E14D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D0C; }
p { color: rgb(225,77,12); }
H1.HeaderClassName
{
color: #E14D0C;
}
.AnyTagClassName
{
color: #E14D0C;
}
</style>
background-color css
<style>
a { background-color: #E14D0C; }
a { background-color: rgb(225,77,12); }
div.DivClassName
{
background-color: #E14D0C;
}
.BgClassName
{
background-color: #E14D0C;
}
</style>
border-color css
<style>
span { border-color: #E14D0C; }
span { border-color: rgb(225,77,12); }
td.TdClassName
{
border-color: #E14D0C;
}
.TagClassName
{
border-color: #E14D0C;
}
</style>