Shades of Persimmon #E75211
Tints of Persimmon #E75211
RGB
CMYK
RGB Variations
Color information
#E75211 (or 0xE75211) is known color: Persimmon. HEX triplet: E7, 52 and 11. RGB value is (231,82,17). Sum of RGB (Red+Green+Blue) = 231+82+17=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E75211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75211 is #18ADEE. Grayscale: #777777. Windows color (decimal): -1617391 or 1135335. OLE color: 1135335.
HSL color Cylindrical-coordinate representation of color #E75211: hue angle of 18.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E75211 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 17 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.09 |
| HSL | 18.22º | 0.86% | 0.49% | - |
| HSV(B) | 18.22º | 0.93% | 0.91% | - |
| XYZ | 36.07 | 23.06 | 3.08 | - |
| YUV | 119.14 | 70.36 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 17 | 0 | 0.65 | 0.93 | 0.09 | 18.22 | 0.86 | 0.49 |
| Hex | E7 | 52 | 11 | 0 | 41 | 5D | 9 | 12 | 56 | 31 |
| Octal | 347 | 122 | 21 | 0 | 101 | 135 | 11 | 22 | 126 | 61 |
| Binary | 11100111 | 1010010 | 10001 | 0 | 1000001 | 1011101 | 1001 | 10010 | 1010110 | 110001 |
Color Harmonies of #E75211
Complementary color
Monochromatic Colors of #E75211
Black with #E75211
Text Example
Text Example
White with #E75211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75211; }
p { color: rgb(231,82,17); }
H1.HeaderClassName
{
color: #E75211;
}
.AnyTagClassName
{
color: #E75211;
}
</style>
background-color css
<style>
a { background-color: #E75211; }
a { background-color: rgb(231,82,17); }
div.DivClassName
{
background-color: #E75211;
}
.BgClassName
{
background-color: #E75211;
}
</style>
border-color css
<style>
span { border-color: #E75211; }
span { border-color: rgb(231,82,17); }
td.TdClassName
{
border-color: #E75211;
}
.TagClassName
{
border-color: #E75211;
}
</style>