Shades of Persimmon #E85C1A
Tints of Persimmon #E85C1A
RGB
CMYK
RGB Variations
Color information
#E85C1A (or 0xE85C1A) is known color: Persimmon. HEX triplet: E8, 5C and 1A. RGB value is (232,92,26). Sum of RGB (Red+Green+Blue) = 232+92+26=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85C1A is #17A3E5. Grayscale: #7E7E7E. Windows color (decimal): -1549286 or 1727720. OLE color: 1727720.
HSL color Cylindrical-coordinate representation of color #E85C1A: hue angle of 19.22º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E85C1A is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 26 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.09 |
| HSL | 19.22º | 0.82% | 0.51% | - |
| HSV(B) | 19.22º | 0.89% | 0.91% | - |
| XYZ | 37.29 | 24.88 | 3.81 | - |
| YUV | 126.34 | 71.38 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 26 | 0 | 0.60 | 0.89 | 0.09 | 19.22 | 0.82 | 0.51 |
| Hex | E8 | 5C | 1A | 0 | 3C | 59 | 9 | 13 | 52 | 33 |
| Octal | 350 | 134 | 32 | 0 | 74 | 131 | 11 | 23 | 122 | 63 |
| Binary | 11101000 | 1011100 | 11010 | 0 | 111100 | 1011001 | 1001 | 10011 | 1010010 | 110011 |
Color Harmonies of #E85C1A
Complementary color
Monochromatic Colors of #E85C1A
Black with #E85C1A
Text Example
Text Example
White with #E85C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C1A; }
p { color: rgb(232,92,26); }
H1.HeaderClassName
{
color: #E85C1A;
}
.AnyTagClassName
{
color: #E85C1A;
}
</style>
background-color css
<style>
a { background-color: #E85C1A; }
a { background-color: rgb(232,92,26); }
div.DivClassName
{
background-color: #E85C1A;
}
.BgClassName
{
background-color: #E85C1A;
}
</style>
border-color css
<style>
span { border-color: #E85C1A; }
span { border-color: rgb(232,92,26); }
td.TdClassName
{
border-color: #E85C1A;
}
.TagClassName
{
border-color: #E85C1A;
}
</style>