Shades of Persimmon #E75100
Tints of Persimmon #E75100
RGB
CMYK
RGB Variations
Color information
#E75100 (or 0xE75100) is known color: Persimmon. HEX triplet: E7, 51 and 00. RGB value is (231,81,0). Sum of RGB (Red+Green+Blue) = 231+81+0=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E75100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75100 is #18AEFF. Grayscale: #757575. Windows color (decimal): -1617664 or 20967. OLE color: 20967.
HSL color Cylindrical-coordinate representation of color #E75100: hue angle of 21.04º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E75100 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.09 |
| HSL | 21.04º | 1% | 0.45% | - |
| HSV(B) | 21.04º | 1% | 0.91% | - |
| XYZ | 35.9 | 22.87 | 2.52 | - |
| YUV | 116.62 | 62.2 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 0 | 0 | 0.65 | 1 | 0.09 | 21.04 | 1 | 0.45 |
| Hex | E7 | 51 | 0 | 0 | 41 | 64 | 9 | 15 | 64 | 2D |
| Octal | 347 | 121 | 0 | 0 | 101 | 144 | 11 | 25 | 144 | 55 |
| Binary | 11100111 | 1010001 | 0 | 0 | 1000001 | 1100100 | 1001 | 10101 | 1100100 | 101101 |
Color Harmonies of #E75100
Complementary color
Monochromatic Colors of #E75100
Black with #E75100
Text Example
Text Example
White with #E75100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75100; }
p { color: rgb(231,81,0); }
H1.HeaderClassName
{
color: #E75100;
}
.AnyTagClassName
{
color: #E75100;
}
</style>
background-color css
<style>
a { background-color: #E75100; }
a { background-color: rgb(231,81,0); }
div.DivClassName
{
background-color: #E75100;
}
.BgClassName
{
background-color: #E75100;
}
</style>
border-color css
<style>
span { border-color: #E75100; }
span { border-color: rgb(231,81,0); }
td.TdClassName
{
border-color: #E75100;
}
.TagClassName
{
border-color: #E75100;
}
</style>