Shades of Persimmon #E75E10
Tints of Persimmon #E75E10
RGB
CMYK
RGB Variations
Color information
#E75E10 (or 0xE75E10) is known color: Persimmon. HEX triplet: E7, 5E and 10. RGB value is (231,94,16). Sum of RGB (Red+Green+Blue) = 231+94+16=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75E10 is #18A1EF. Grayscale: #7E7E7E. Windows color (decimal): -1614320 or 1072871. OLE color: 1072871.
HSL color Cylindrical-coordinate representation of color #E75E10: hue angle of 21.77º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E75E10 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 16 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.09 |
| HSL | 21.77º | 0.87% | 0.48% | - |
| HSV(B) | 21.77º | 0.93% | 0.91% | - |
| XYZ | 37.05 | 25.03 | 3.37 | - |
| YUV | 126.07 | 65.89 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 16 | 0 | 0.59 | 0.93 | 0.09 | 21.77 | 0.87 | 0.48 |
| Hex | E7 | 5E | 10 | 0 | 3B | 5D | 9 | 16 | 57 | 30 |
| Octal | 347 | 136 | 20 | 0 | 73 | 135 | 11 | 26 | 127 | 60 |
| Binary | 11100111 | 1011110 | 10000 | 0 | 111011 | 1011101 | 1001 | 10110 | 1010111 | 110000 |
Color Harmonies of #E75E10
Complementary color
Monochromatic Colors of #E75E10
Black with #E75E10
Text Example
Text Example
White with #E75E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75E10; }
p { color: rgb(231,94,16); }
H1.HeaderClassName
{
color: #E75E10;
}
.AnyTagClassName
{
color: #E75E10;
}
</style>
background-color css
<style>
a { background-color: #E75E10; }
a { background-color: rgb(231,94,16); }
div.DivClassName
{
background-color: #E75E10;
}
.BgClassName
{
background-color: #E75E10;
}
</style>
border-color css
<style>
span { border-color: #E75E10; }
span { border-color: rgb(231,94,16); }
td.TdClassName
{
border-color: #E75E10;
}
.TagClassName
{
border-color: #E75E10;
}
</style>