Shades of Persimmon #E14D00
Tints of Persimmon #E14D00
RGB
CMYK
RGB Variations
Color information
#E14D00 (or 0xE14D00) is known color: Persimmon. HEX triplet: E1, 4D and 00. RGB value is (225,77,0). Sum of RGB (Red+Green+Blue) = 225+77+0=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14D00 is #1EB2FF. Grayscale: #707070. Windows color (decimal): -2011904 or 19937. OLE color: 19937.
HSL color Cylindrical-coordinate representation of color #E14D00: hue angle of 20.53º 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 #E14D00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.12 |
| HSL | 20.53º | 1% | 0.44% | - |
| HSV(B) | 20.53º | 1% | 0.88% | - |
| XYZ | 33.71 | 21.32 | 2.34 | - |
| YUV | 112.47 | 64.53 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 0 | 0 | 0.66 | 1 | 0.12 | 20.53 | 1 | 0.44 |
| Hex | E1 | 4D | 0 | 0 | 42 | 64 | C | 15 | 64 | 2C |
| Octal | 341 | 115 | 0 | 0 | 102 | 144 | 14 | 25 | 144 | 54 |
| Binary | 11100001 | 1001101 | 0 | 0 | 1000010 | 1100100 | 1100 | 10101 | 1100100 | 101100 |
Color Harmonies of #E14D00
Complementary color
Monochromatic Colors of #E14D00
Black with #E14D00
Text Example
Text Example
White with #E14D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D00; }
p { color: rgb(225,77,0); }
H1.HeaderClassName
{
color: #E14D00;
}
.AnyTagClassName
{
color: #E14D00;
}
</style>
background-color css
<style>
a { background-color: #E14D00; }
a { background-color: rgb(225,77,0); }
div.DivClassName
{
background-color: #E14D00;
}
.BgClassName
{
background-color: #E14D00;
}
</style>
border-color css
<style>
span { border-color: #E14D00; }
span { border-color: rgb(225,77,0); }
td.TdClassName
{
border-color: #E14D00;
}
.TagClassName
{
border-color: #E14D00;
}
</style>