Shades of Persimmon #E15307
Tints of Persimmon #E15307
RGB
CMYK
RGB Variations
Color information
#E15307 (or 0xE15307) is known color: Persimmon. HEX triplet: E1, 53 and 07. RGB value is (225,83,7). Sum of RGB (Red+Green+Blue) = 225+83+7=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E15307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15307 is #1EACF8. Grayscale: #757575. Windows color (decimal): -2010361 or 480225. OLE color: 480225.
HSL color Cylindrical-coordinate representation of color #E15307: hue angle of 20.92º 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 #E15307 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 7 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.12 |
| HSL | 20.92º | 0.94% | 0.45% | - |
| HSV(B) | 20.92º | 0.97% | 0.88% | - |
| XYZ | 34.18 | 22.21 | 2.69 | - |
| YUV | 116.79 | 66.04 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 7 | 0 | 0.63 | 0.97 | 0.12 | 20.92 | 0.94 | 0.45 |
| Hex | E1 | 53 | 7 | 0 | 3F | 61 | C | 15 | 5E | 2D |
| Octal | 341 | 123 | 7 | 0 | 77 | 141 | 14 | 25 | 136 | 55 |
| Binary | 11100001 | 1010011 | 111 | 0 | 111111 | 1100001 | 1100 | 10101 | 1011110 | 101101 |
Color Harmonies of #E15307
Complementary color
Monochromatic Colors of #E15307
Black with #E15307
Text Example
Text Example
White with #E15307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15307; }
p { color: rgb(225,83,7); }
H1.HeaderClassName
{
color: #E15307;
}
.AnyTagClassName
{
color: #E15307;
}
</style>
background-color css
<style>
a { background-color: #E15307; }
a { background-color: rgb(225,83,7); }
div.DivClassName
{
background-color: #E15307;
}
.BgClassName
{
background-color: #E15307;
}
</style>
border-color css
<style>
span { border-color: #E15307; }
span { border-color: rgb(225,83,7); }
td.TdClassName
{
border-color: #E15307;
}
.TagClassName
{
border-color: #E15307;
}
</style>