Shades of Persimmon #E75E15
Tints of Persimmon #E75E15
RGB
CMYK
RGB Variations
Color information
#E75E15 (or 0xE75E15) is known color: Persimmon. HEX triplet: E7, 5E and 15. RGB value is (231,94,21). Sum of RGB (Red+Green+Blue) = 231+94+21=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75E15 is #18A1EA. Grayscale: #7F7F7F. Windows color (decimal): -1614315 or 1400551. OLE color: 1400551.
HSL color Cylindrical-coordinate representation of color #E75E15: hue angle of 20.86º 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 #E75E15 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 21 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.09 |
| HSL | 20.86º | 0.83% | 0.49% | - |
| HSV(B) | 20.86º | 0.91% | 0.91% | - |
| XYZ | 37.09 | 25.05 | 3.59 | - |
| YUV | 126.64 | 68.39 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 21 | 0 | 0.59 | 0.91 | 0.09 | 20.86 | 0.83 | 0.49 |
| Hex | E7 | 5E | 15 | 0 | 3B | 5B | 9 | 15 | 53 | 31 |
| Octal | 347 | 136 | 25 | 0 | 73 | 133 | 11 | 25 | 123 | 61 |
| Binary | 11100111 | 1011110 | 10101 | 0 | 111011 | 1011011 | 1001 | 10101 | 1010011 | 110001 |
Color Harmonies of #E75E15
Complementary color
Monochromatic Colors of #E75E15
Black with #E75E15
Text Example
Text Example
White with #E75E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75E15; }
p { color: rgb(231,94,21); }
H1.HeaderClassName
{
color: #E75E15;
}
.AnyTagClassName
{
color: #E75E15;
}
</style>
background-color css
<style>
a { background-color: #E75E15; }
a { background-color: rgb(231,94,21); }
div.DivClassName
{
background-color: #E75E15;
}
.BgClassName
{
background-color: #E75E15;
}
</style>
border-color css
<style>
span { border-color: #E75E15; }
span { border-color: rgb(231,94,21); }
td.TdClassName
{
border-color: #E75E15;
}
.TagClassName
{
border-color: #E75E15;
}
</style>