Shades of Persimmon #E75705
Tints of Persimmon #E75705
RGB
CMYK
RGB Variations
Color information
#E75705 (or 0xE75705) is known color: Persimmon. HEX triplet: E7, 57 and 05. RGB value is (231,87,5). Sum of RGB (Red+Green+Blue) = 231+87+5=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E75705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75705 is #18A8FA. Grayscale: #797979. Windows color (decimal): -1616123 or 350183. OLE color: 350183.
HSL color Cylindrical-coordinate representation of color #E75705: hue angle of 21.77º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E75705 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.09 |
| HSL | 21.77º | 0.96% | 0.46% | - |
| HSV(B) | 21.77º | 0.98% | 0.91% | - |
| XYZ | 36.39 | 23.82 | 2.82 | - |
| YUV | 120.71 | 62.71 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 5 | 0 | 0.62 | 0.98 | 0.09 | 21.77 | 0.96 | 0.46 |
| Hex | E7 | 57 | 5 | 0 | 3E | 62 | 9 | 16 | 60 | 2E |
| Octal | 347 | 127 | 5 | 0 | 76 | 142 | 11 | 26 | 140 | 56 |
| Binary | 11100111 | 1010111 | 101 | 0 | 111110 | 1100010 | 1001 | 10110 | 1100000 | 101110 |
Color Harmonies of #E75705
Complementary color
Monochromatic Colors of #E75705
Black with #E75705
Text Example
Text Example
White with #E75705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75705; }
p { color: rgb(231,87,5); }
H1.HeaderClassName
{
color: #E75705;
}
.AnyTagClassName
{
color: #E75705;
}
</style>
background-color css
<style>
a { background-color: #E75705; }
a { background-color: rgb(231,87,5); }
div.DivClassName
{
background-color: #E75705;
}
.BgClassName
{
background-color: #E75705;
}
</style>
border-color css
<style>
span { border-color: #E75705; }
span { border-color: rgb(231,87,5); }
td.TdClassName
{
border-color: #E75705;
}
.TagClassName
{
border-color: #E75705;
}
</style>