Shades of Persimmon #E75501
Tints of Persimmon #E75501
RGB
CMYK
RGB Variations
Color information
#E75501 (or 0xE75501) is known color: Persimmon. HEX triplet: E7, 55 and 01. RGB value is (231,85,1). Sum of RGB (Red+Green+Blue) = 231+85+1=317 (41% of max value = 765). Red value is 231 (90.62% from 255 or 72.87% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 231 - color contains mainly: red. Hex color #E75501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75501 is #18AAFE. Grayscale: #777777. Windows color (decimal): -1616639 or 87527. OLE color: 87527.
HSL color Cylindrical-coordinate representation of color #E75501: hue angle of 21.91º 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 #E75501 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.09 |
| HSL | 21.91º | 0.99% | 0.45% | - |
| HSV(B) | 21.91º | 1% | 0.91% | - |
| XYZ | 36.21 | 23.49 | 2.65 | - |
| YUV | 119.08 | 61.37 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 1 | 0 | 0.63 | 1.00 | 0.09 | 21.91 | 0.99 | 0.45 |
| Hex | E7 | 55 | 1 | 0 | 3F | 64 | 9 | 16 | 63 | 2D |
| Octal | 347 | 125 | 1 | 0 | 77 | 144 | 11 | 26 | 143 | 55 |
| Binary | 11100111 | 1010101 | 1 | 0 | 111111 | 1100100 | 1001 | 10110 | 1100011 | 101101 |
Color Harmonies of #E75501
Complementary color
Monochromatic Colors of #E75501
Black with #E75501
Text Example
Text Example
White with #E75501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75501; }
p { color: rgb(231,85,1); }
H1.HeaderClassName
{
color: #E75501;
}
.AnyTagClassName
{
color: #E75501;
}
</style>
background-color css
<style>
a { background-color: #E75501; }
a { background-color: rgb(231,85,1); }
div.DivClassName
{
background-color: #E75501;
}
.BgClassName
{
background-color: #E75501;
}
</style>
border-color css
<style>
span { border-color: #E75501; }
span { border-color: rgb(231,85,1); }
td.TdClassName
{
border-color: #E75501;
}
.TagClassName
{
border-color: #E75501;
}
</style>