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