Shades of Persimmon #E75E08
Tints of Persimmon #E75E08
RGB
CMYK
RGB Variations
Color information
#E75E08 (or 0xE75E08) is known color: Persimmon. HEX triplet: E7, 5E and 08. RGB value is (231,94,8). Sum of RGB (Red+Green+Blue) = 231+94+8=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75E08 is #18A1F7. Grayscale: #7D7D7D. Windows color (decimal): -1614328 or 548583. OLE color: 548583.
HSL color Cylindrical-coordinate representation of color #E75E08: hue angle of 23.14º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E75E08 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 8 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.09 |
| HSL | 23.14º | 0.93% | 0.47% | - |
| HSV(B) | 23.14º | 0.97% | 0.91% | - |
| XYZ | 37 | 25.01 | 3.11 | - |
| YUV | 125.16 | 61.89 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 8 | 0 | 0.59 | 0.97 | 0.09 | 23.14 | 0.93 | 0.47 |
| Hex | E7 | 5E | 8 | 0 | 3B | 61 | 9 | 17 | 5D | 2F |
| Octal | 347 | 136 | 10 | 0 | 73 | 141 | 11 | 27 | 135 | 57 |
| Binary | 11100111 | 1011110 | 1000 | 0 | 111011 | 1100001 | 1001 | 10111 | 1011101 | 101111 |
Color Harmonies of #E75E08
Complementary color
Monochromatic Colors of #E75E08
Black with #E75E08
Text Example
Text Example
White with #E75E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75E08; }
p { color: rgb(231,94,8); }
H1.HeaderClassName
{
color: #E75E08;
}
.AnyTagClassName
{
color: #E75E08;
}
</style>
background-color css
<style>
a { background-color: #E75E08; }
a { background-color: rgb(231,94,8); }
div.DivClassName
{
background-color: #E75E08;
}
.BgClassName
{
background-color: #E75E08;
}
</style>
border-color css
<style>
span { border-color: #E75E08; }
span { border-color: rgb(231,94,8); }
td.TdClassName
{
border-color: #E75E08;
}
.TagClassName
{
border-color: #E75E08;
}
</style>