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