Shades of Persimmon #E85D14
Tints of Persimmon #E85D14
RGB
CMYK
RGB Variations
Color information
#E85D14 (or 0xE85D14) is known color: Persimmon. HEX triplet: E8, 5D and 14. RGB value is (232,93,20). Sum of RGB (Red+Green+Blue) = 232+93+20=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D14 is #17A2EB. Grayscale: #7E7E7E. Windows color (decimal): -1549036 or 1334760. OLE color: 1334760.
HSL color Cylindrical-coordinate representation of color #E85D14: hue angle of 20.66º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E85D14 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 20 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.09 |
| HSL | 20.66º | 0.84% | 0.49% | - |
| HSV(B) | 20.66º | 0.91% | 0.91% | - |
| XYZ | 37.32 | 25.04 | 3.53 | - |
| YUV | 126.24 | 68.05 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 20 | 0 | 0.60 | 0.91 | 0.09 | 20.66 | 0.84 | 0.49 |
| Hex | E8 | 5D | 14 | 0 | 3C | 5B | 9 | 15 | 54 | 31 |
| Octal | 350 | 135 | 24 | 0 | 74 | 133 | 11 | 25 | 124 | 61 |
| Binary | 11101000 | 1011101 | 10100 | 0 | 111100 | 1011011 | 1001 | 10101 | 1010100 | 110001 |
Color Harmonies of #E85D14
Complementary color
Monochromatic Colors of #E85D14
Black with #E85D14
Text Example
Text Example
White with #E85D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D14; }
p { color: rgb(232,93,20); }
H1.HeaderClassName
{
color: #E85D14;
}
.AnyTagClassName
{
color: #E85D14;
}
</style>
background-color css
<style>
a { background-color: #E85D14; }
a { background-color: rgb(232,93,20); }
div.DivClassName
{
background-color: #E85D14;
}
.BgClassName
{
background-color: #E85D14;
}
</style>
border-color css
<style>
span { border-color: #E85D14; }
span { border-color: rgb(232,93,20); }
td.TdClassName
{
border-color: #E85D14;
}
.TagClassName
{
border-color: #E85D14;
}
</style>