Shades of Persimmon #E75915
Tints of Persimmon #E75915
RGB
CMYK
RGB Variations
Color information
#E75915 (or 0xE75915) is known color: Persimmon. HEX triplet: E7, 59 and 15. RGB value is (231,89,21). Sum of RGB (Red+Green+Blue) = 231+89+21=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E75915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75915 is #18A6EA. Grayscale: #7C7C7C. Windows color (decimal): -1615595 or 1399271. OLE color: 1399271.
HSL color Cylindrical-coordinate representation of color #E75915: hue angle of 19.43º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E75915 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 21 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.09 |
| HSL | 19.43º | 0.83% | 0.49% | - |
| HSV(B) | 19.43º | 0.91% | 0.91% | - |
| XYZ | 36.66 | 24.19 | 3.45 | - |
| YUV | 123.71 | 70.04 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 21 | 0 | 0.61 | 0.91 | 0.09 | 19.43 | 0.83 | 0.49 |
| Hex | E7 | 59 | 15 | 0 | 3D | 5B | 9 | 13 | 53 | 31 |
| Octal | 347 | 131 | 25 | 0 | 75 | 133 | 11 | 23 | 123 | 61 |
| Binary | 11100111 | 1011001 | 10101 | 0 | 111101 | 1011011 | 1001 | 10011 | 1010011 | 110001 |
Color Harmonies of #E75915
Complementary color
Monochromatic Colors of #E75915
Black with #E75915
Text Example
Text Example
White with #E75915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75915; }
p { color: rgb(231,89,21); }
H1.HeaderClassName
{
color: #E75915;
}
.AnyTagClassName
{
color: #E75915;
}
</style>
background-color css
<style>
a { background-color: #E75915; }
a { background-color: rgb(231,89,21); }
div.DivClassName
{
background-color: #E75915;
}
.BgClassName
{
background-color: #E75915;
}
</style>
border-color css
<style>
span { border-color: #E75915; }
span { border-color: rgb(231,89,21); }
td.TdClassName
{
border-color: #E75915;
}
.TagClassName
{
border-color: #E75915;
}
</style>