Shades of Persimmon #E85407
Tints of Persimmon #E85407
RGB
CMYK
RGB Variations
Color information
#E85407 (or 0xE85407) is known color: Persimmon. HEX triplet: E8, 54 and 07. RGB value is (232,84,7). Sum of RGB (Red+Green+Blue) = 232+84+7=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E85407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85407 is #17ABF8. Grayscale: #777777. Windows color (decimal): -1551353 or 480488. OLE color: 480488.
HSL color Cylindrical-coordinate representation of color #E85407: hue angle of 20.53º degrees, saturation: 0.94, 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 #E85407 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 7 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.09 |
| HSL | 20.53º | 0.94% | 0.47% | - |
| HSV(B) | 20.53º | 0.97% | 0.91% | - |
| XYZ | 36.49 | 23.51 | 2.82 | - |
| YUV | 119.47 | 64.53 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 7 | 0 | 0.64 | 0.97 | 0.09 | 20.53 | 0.94 | 0.47 |
| Hex | E8 | 54 | 7 | 0 | 40 | 61 | 9 | 15 | 5E | 2F |
| Octal | 350 | 124 | 7 | 0 | 100 | 141 | 11 | 25 | 136 | 57 |
| Binary | 11101000 | 1010100 | 111 | 0 | 1000000 | 1100001 | 1001 | 10101 | 1011110 | 101111 |
Color Harmonies of #E85407
Complementary color
Monochromatic Colors of #E85407
Black with #E85407
Text Example
Text Example
White with #E85407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85407; }
p { color: rgb(232,84,7); }
H1.HeaderClassName
{
color: #E85407;
}
.AnyTagClassName
{
color: #E85407;
}
</style>
background-color css
<style>
a { background-color: #E85407; }
a { background-color: rgb(232,84,7); }
div.DivClassName
{
background-color: #E85407;
}
.BgClassName
{
background-color: #E85407;
}
</style>
border-color css
<style>
span { border-color: #E85407; }
span { border-color: rgb(232,84,7); }
td.TdClassName
{
border-color: #E85407;
}
.TagClassName
{
border-color: #E85407;
}
</style>