Shades of Persimmon #E14D06
Tints of Persimmon #E14D06
RGB
CMYK
RGB Variations
Color information
#E14D06 (or 0xE14D06) is known color: Persimmon. HEX triplet: E1, 4D and 06. RGB value is (225,77,6). Sum of RGB (Red+Green+Blue) = 225+77+6=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14D06 is #1EB2F9. Grayscale: #717171. Windows color (decimal): -2011898 or 413153. OLE color: 413153.
HSL color Cylindrical-coordinate representation of color #E14D06: hue angle of 19.45º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E14D06 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.12 |
| HSL | 19.45º | 0.95% | 0.45% | - |
| HSV(B) | 19.45º | 0.97% | 0.88% | - |
| XYZ | 33.74 | 21.33 | 2.51 | - |
| YUV | 113.16 | 67.53 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 6 | 0 | 0.66 | 0.97 | 0.12 | 19.45 | 0.95 | 0.45 |
| Hex | E1 | 4D | 6 | 0 | 42 | 61 | C | 13 | 5F | 2D |
| Octal | 341 | 115 | 6 | 0 | 102 | 141 | 14 | 23 | 137 | 55 |
| Binary | 11100001 | 1001101 | 110 | 0 | 1000010 | 1100001 | 1100 | 10011 | 1011111 | 101101 |
Color Harmonies of #E14D06
Complementary color
Monochromatic Colors of #E14D06
Black with #E14D06
Text Example
Text Example
White with #E14D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D06; }
p { color: rgb(225,77,6); }
H1.HeaderClassName
{
color: #E14D06;
}
.AnyTagClassName
{
color: #E14D06;
}
</style>
background-color css
<style>
a { background-color: #E14D06; }
a { background-color: rgb(225,77,6); }
div.DivClassName
{
background-color: #E14D06;
}
.BgClassName
{
background-color: #E14D06;
}
</style>
border-color css
<style>
span { border-color: #E14D06; }
span { border-color: rgb(225,77,6); }
td.TdClassName
{
border-color: #E14D06;
}
.TagClassName
{
border-color: #E14D06;
}
</style>