Shades of Persimmon #E15702
Tints of Persimmon #E15702
RGB
CMYK
RGB Variations
Color information
#E15702 (or 0xE15702) is known color: Persimmon. HEX triplet: E1, 57 and 02. RGB value is (225,87,2). Sum of RGB (Red+Green+Blue) = 225+87+2=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E15702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15702 is #1EA8FD. Grayscale: #777777. Windows color (decimal): -2009342 or 153569. OLE color: 153569.
HSL color Cylindrical-coordinate representation of color #E15702: hue angle of 22.87º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E15702 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.12 |
| HSL | 22.87º | 0.98% | 0.45% | - |
| HSV(B) | 22.87º | 0.99% | 0.88% | - |
| XYZ | 34.47 | 22.83 | 2.65 | - |
| YUV | 118.57 | 62.22 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 2 | 0 | 0.61 | 0.99 | 0.12 | 22.87 | 0.98 | 0.45 |
| Hex | E1 | 57 | 2 | 0 | 3D | 63 | C | 17 | 62 | 2D |
| Octal | 341 | 127 | 2 | 0 | 75 | 143 | 14 | 27 | 142 | 55 |
| Binary | 11100001 | 1010111 | 10 | 0 | 111101 | 1100011 | 1100 | 10111 | 1100010 | 101101 |
Color Harmonies of #E15702
Complementary color
Monochromatic Colors of #E15702
Black with #E15702
Text Example
Text Example
White with #E15702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15702; }
p { color: rgb(225,87,2); }
H1.HeaderClassName
{
color: #E15702;
}
.AnyTagClassName
{
color: #E15702;
}
</style>
background-color css
<style>
a { background-color: #E15702; }
a { background-color: rgb(225,87,2); }
div.DivClassName
{
background-color: #E15702;
}
.BgClassName
{
background-color: #E15702;
}
</style>
border-color css
<style>
span { border-color: #E15702; }
span { border-color: rgb(225,87,2); }
td.TdClassName
{
border-color: #E15702;
}
.TagClassName
{
border-color: #E15702;
}
</style>