Shades of Persimmon #E85305
Tints of Persimmon #E85305
RGB
CMYK
RGB Variations
Color information
#E85305 (or 0xE85305) is known color: Persimmon. HEX triplet: E8, 53 and 05. RGB value is (232,83,5). Sum of RGB (Red+Green+Blue) = 232+83+5=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E85305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85305 is #17ACFA. Grayscale: #777777. Windows color (decimal): -1551611 or 349160. OLE color: 349160.
HSL color Cylindrical-coordinate representation of color #E85305: hue angle of 20.62º 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 #E85305 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 5 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.09 |
| HSL | 20.62º | 0.96% | 0.46% | - |
| HSV(B) | 20.62º | 0.98% | 0.91% | - |
| XYZ | 36.4 | 23.35 | 2.73 | - |
| YUV | 118.66 | 63.86 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 5 | 0 | 0.64 | 0.98 | 0.09 | 20.62 | 0.96 | 0.46 |
| Hex | E8 | 53 | 5 | 0 | 40 | 62 | 9 | 15 | 60 | 2E |
| Octal | 350 | 123 | 5 | 0 | 100 | 142 | 11 | 25 | 140 | 56 |
| Binary | 11101000 | 1010011 | 101 | 0 | 1000000 | 1100010 | 1001 | 10101 | 1100000 | 101110 |
Color Harmonies of #E85305
Complementary color
Monochromatic Colors of #E85305
Black with #E85305
Text Example
Text Example
White with #E85305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85305; }
p { color: rgb(232,83,5); }
H1.HeaderClassName
{
color: #E85305;
}
.AnyTagClassName
{
color: #E85305;
}
</style>
background-color css
<style>
a { background-color: #E85305; }
a { background-color: rgb(232,83,5); }
div.DivClassName
{
background-color: #E85305;
}
.BgClassName
{
background-color: #E85305;
}
</style>
border-color css
<style>
span { border-color: #E85305; }
span { border-color: rgb(232,83,5); }
td.TdClassName
{
border-color: #E85305;
}
.TagClassName
{
border-color: #E85305;
}
</style>