Shades of Persimmon #E15207
Tints of Persimmon #E15207
RGB
CMYK
RGB Variations
Color information
#E15207 (or 0xE15207) is known color: Persimmon. HEX triplet: E1, 52 and 07. RGB value is (225,82,7). Sum of RGB (Red+Green+Blue) = 225+82+7=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E15207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15207 is #1EADF8. Grayscale: #747474. Windows color (decimal): -2010617 or 479969. OLE color: 479969.
HSL color Cylindrical-coordinate representation of color #E15207: hue angle of 20.64º degrees, saturation: 0.94, 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 #E15207 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 7 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.12 |
| HSL | 20.64º | 0.94% | 0.45% | - |
| HSV(B) | 20.64º | 0.97% | 0.88% | - |
| XYZ | 34.11 | 22.06 | 2.66 | - |
| YUV | 116.21 | 66.38 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 7 | 0 | 0.64 | 0.97 | 0.12 | 20.64 | 0.94 | 0.45 |
| Hex | E1 | 52 | 7 | 0 | 40 | 61 | C | 15 | 5E | 2D |
| Octal | 341 | 122 | 7 | 0 | 100 | 141 | 14 | 25 | 136 | 55 |
| Binary | 11100001 | 1010010 | 111 | 0 | 1000000 | 1100001 | 1100 | 10101 | 1011110 | 101101 |
Color Harmonies of #E15207
Complementary color
Monochromatic Colors of #E15207
Black with #E15207
Text Example
Text Example
White with #E15207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15207; }
p { color: rgb(225,82,7); }
H1.HeaderClassName
{
color: #E15207;
}
.AnyTagClassName
{
color: #E15207;
}
</style>
background-color css
<style>
a { background-color: #E15207; }
a { background-color: rgb(225,82,7); }
div.DivClassName
{
background-color: #E15207;
}
.BgClassName
{
background-color: #E15207;
}
</style>
border-color css
<style>
span { border-color: #E15207; }
span { border-color: rgb(225,82,7); }
td.TdClassName
{
border-color: #E15207;
}
.TagClassName
{
border-color: #E15207;
}
</style>