Shades of Persimmon #E75800
Tints of Persimmon #E75800
RGB
CMYK
RGB Variations
Color information
#E75800 (or 0xE75800) is known color: Persimmon. HEX triplet: E7, 58 and 00. RGB value is (231,88,0). Sum of RGB (Red+Green+Blue) = 231+88+0=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E75800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75800 is #18A7FF. Grayscale: #797979. Windows color (decimal): -1615872 or 22759. OLE color: 22759.
HSL color Cylindrical-coordinate representation of color #E75800: hue angle of 22.86º 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 #E75800 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.09 |
| HSL | 22.86º | 1% | 0.45% | - |
| HSV(B) | 22.86º | 1% | 0.91% | - |
| XYZ | 36.44 | 23.97 | 2.71 | - |
| YUV | 120.73 | 59.88 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 0 | 0 | 0.62 | 1 | 0.09 | 22.86 | 1 | 0.45 |
| Hex | E7 | 58 | 0 | 0 | 3E | 64 | 9 | 17 | 64 | 2D |
| Octal | 347 | 130 | 0 | 0 | 76 | 144 | 11 | 27 | 144 | 55 |
| Binary | 11100111 | 1011000 | 0 | 0 | 111110 | 1100100 | 1001 | 10111 | 1100100 | 101101 |
Color Harmonies of #E75800
Complementary color
Monochromatic Colors of #E75800
Black with #E75800
Text Example
Text Example
White with #E75800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75800; }
p { color: rgb(231,88,0); }
H1.HeaderClassName
{
color: #E75800;
}
.AnyTagClassName
{
color: #E75800;
}
</style>
background-color css
<style>
a { background-color: #E75800; }
a { background-color: rgb(231,88,0); }
div.DivClassName
{
background-color: #E75800;
}
.BgClassName
{
background-color: #E75800;
}
</style>
border-color css
<style>
span { border-color: #E75800; }
span { border-color: rgb(231,88,0); }
td.TdClassName
{
border-color: #E75800;
}
.TagClassName
{
border-color: #E75800;
}
</style>