Shades of Persimmon #E15705
Tints of Persimmon #E15705
RGB
CMYK
RGB Variations
Color information
#E15705 (or 0xE15705) is known color: Persimmon. HEX triplet: E1, 57 and 05. RGB value is (225,87,5). Sum of RGB (Red+Green+Blue) = 225+87+5=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E15705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15705 is #1EA8FA. Grayscale: #777777. Windows color (decimal): -2009339 or 350177. OLE color: 350177.
HSL color Cylindrical-coordinate representation of color #E15705: hue angle of 22.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E15705 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 5 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.12 |
| HSL | 22.36º | 0.96% | 0.45% | - |
| HSV(B) | 22.36º | 0.98% | 0.88% | - |
| XYZ | 34.49 | 22.83 | 2.73 | - |
| YUV | 118.91 | 63.72 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 5 | 0 | 0.61 | 0.98 | 0.12 | 22.36 | 0.96 | 0.45 |
| Hex | E1 | 57 | 5 | 0 | 3D | 62 | C | 16 | 60 | 2D |
| Octal | 341 | 127 | 5 | 0 | 75 | 142 | 14 | 26 | 140 | 55 |
| Binary | 11100001 | 1010111 | 101 | 0 | 111101 | 1100010 | 1100 | 10110 | 1100000 | 101101 |
Color Harmonies of #E15705
Complementary color
Monochromatic Colors of #E15705
Black with #E15705
Text Example
Text Example
White with #E15705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15705; }
p { color: rgb(225,87,5); }
H1.HeaderClassName
{
color: #E15705;
}
.AnyTagClassName
{
color: #E15705;
}
</style>
background-color css
<style>
a { background-color: #E15705; }
a { background-color: rgb(225,87,5); }
div.DivClassName
{
background-color: #E15705;
}
.BgClassName
{
background-color: #E15705;
}
</style>
border-color css
<style>
span { border-color: #E15705; }
span { border-color: rgb(225,87,5); }
td.TdClassName
{
border-color: #E15705;
}
.TagClassName
{
border-color: #E15705;
}
</style>