Shades of Persimmon #E75F0E
Tints of Persimmon #E75F0E
RGB
CMYK
RGB Variations
Color information
#E75F0E (or 0xE75F0E) is known color: Persimmon. HEX triplet: E7, 5F and 0E. RGB value is (231,95,14). Sum of RGB (Red+Green+Blue) = 231+95+14=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75F0E is #18A0F1. Grayscale: #7E7E7E. Windows color (decimal): -1614066 or 942055. OLE color: 942055.
HSL color Cylindrical-coordinate representation of color #E75F0E: hue angle of 22.4º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E75F0E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 95 | 14 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.09 |
| HSL | 22.4º | 0.89% | 0.48% | - |
| HSV(B) | 22.4º | 0.94% | 0.91% | - |
| XYZ | 37.13 | 25.21 | 3.32 | - |
| YUV | 126.43 | 64.56 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 95 | 14 | 0 | 0.59 | 0.94 | 0.09 | 22.4 | 0.89 | 0.48 |
| Hex | E7 | 5F | E | 0 | 3B | 5E | 9 | 16 | 59 | 30 |
| Octal | 347 | 137 | 16 | 0 | 73 | 136 | 11 | 26 | 131 | 60 |
| Binary | 11100111 | 1011111 | 1110 | 0 | 111011 | 1011110 | 1001 | 10110 | 1011001 | 110000 |
Color Harmonies of #E75F0E
Complementary color
Monochromatic Colors of #E75F0E
Black with #E75F0E
Text Example
Text Example
White with #E75F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75F0E; }
p { color: rgb(231,95,14); }
H1.HeaderClassName
{
color: #E75F0E;
}
.AnyTagClassName
{
color: #E75F0E;
}
</style>
background-color css
<style>
a { background-color: #E75F0E; }
a { background-color: rgb(231,95,14); }
div.DivClassName
{
background-color: #E75F0E;
}
.BgClassName
{
background-color: #E75F0E;
}
</style>
border-color css
<style>
span { border-color: #E75F0E; }
span { border-color: rgb(231,95,14); }
td.TdClassName
{
border-color: #E75F0E;
}
.TagClassName
{
border-color: #E75F0E;
}
</style>