Shades of Persimmon #E75F0A
Tints of Persimmon #E75F0A
RGB
CMYK
RGB Variations
Color information
#E75F0A (or 0xE75F0A) is known color: Persimmon. HEX triplet: E7, 5F and 0A. RGB value is (231,95,10). Sum of RGB (Red+Green+Blue) = 231+95+10=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75F0A is #18A0F5. Grayscale: #7E7E7E. Windows color (decimal): -1614070 or 679911. OLE color: 679911.
HSL color Cylindrical-coordinate representation of color #E75F0A: hue angle of 23.08º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E75F0A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 95 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.09 |
| HSL | 23.08º | 0.92% | 0.47% | - |
| HSV(B) | 23.08º | 0.96% | 0.91% | - |
| XYZ | 37.1 | 25.2 | 3.19 | - |
| YUV | 125.97 | 62.56 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 95 | 10 | 0 | 0.59 | 0.96 | 0.09 | 23.08 | 0.92 | 0.47 |
| Hex | E7 | 5F | A | 0 | 3B | 60 | 9 | 17 | 5C | 2F |
| Octal | 347 | 137 | 12 | 0 | 73 | 140 | 11 | 27 | 134 | 57 |
| Binary | 11100111 | 1011111 | 1010 | 0 | 111011 | 1100000 | 1001 | 10111 | 1011100 | 101111 |
Color Harmonies of #E75F0A
Complementary color
Monochromatic Colors of #E75F0A
Black with #E75F0A
Text Example
Text Example
White with #E75F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75F0A; }
p { color: rgb(231,95,10); }
H1.HeaderClassName
{
color: #E75F0A;
}
.AnyTagClassName
{
color: #E75F0A;
}
</style>
background-color css
<style>
a { background-color: #E75F0A; }
a { background-color: rgb(231,95,10); }
div.DivClassName
{
background-color: #E75F0A;
}
.BgClassName
{
background-color: #E75F0A;
}
</style>
border-color css
<style>
span { border-color: #E75F0A; }
span { border-color: rgb(231,95,10); }
td.TdClassName
{
border-color: #E75F0A;
}
.TagClassName
{
border-color: #E75F0A;
}
</style>