Shades of Persimmon #E85C05
Tints of Persimmon #E85C05
RGB
CMYK
RGB Variations
Color information
#E85C05 (or 0xE85C05) is known color: Persimmon. HEX triplet: E8, 5C and 05. RGB value is (232,92,5). Sum of RGB (Red+Green+Blue) = 232+92+5=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85C05 is #17A3FA. Grayscale: #7C7C7C. Windows color (decimal): -1549307 or 351464. OLE color: 351464.
HSL color Cylindrical-coordinate representation of color #E85C05: hue angle of 23º 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 #E85C05 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.09 |
| HSL | 23º | 0.96% | 0.46% | - |
| HSV(B) | 23º | 0.98% | 0.91% | - |
| XYZ | 37.13 | 24.82 | 2.98 | - |
| YUV | 123.94 | 60.88 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 5 | 0 | 0.60 | 0.98 | 0.09 | 23 | 0.96 | 0.46 |
| Hex | E8 | 5C | 5 | 0 | 3C | 62 | 9 | 17 | 60 | 2E |
| Octal | 350 | 134 | 5 | 0 | 74 | 142 | 11 | 27 | 140 | 56 |
| Binary | 11101000 | 1011100 | 101 | 0 | 111100 | 1100010 | 1001 | 10111 | 1100000 | 101110 |
Color Harmonies of #E85C05
Complementary color
Monochromatic Colors of #E85C05
Black with #E85C05
Text Example
Text Example
White with #E85C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C05; }
p { color: rgb(232,92,5); }
H1.HeaderClassName
{
color: #E85C05;
}
.AnyTagClassName
{
color: #E85C05;
}
</style>
background-color css
<style>
a { background-color: #E85C05; }
a { background-color: rgb(232,92,5); }
div.DivClassName
{
background-color: #E85C05;
}
.BgClassName
{
background-color: #E85C05;
}
</style>
border-color css
<style>
span { border-color: #E85C05; }
span { border-color: rgb(232,92,5); }
td.TdClassName
{
border-color: #E85C05;
}
.TagClassName
{
border-color: #E85C05;
}
</style>