Shades of Persimmon #E85314
Tints of Persimmon #E85314
RGB
CMYK
RGB Variations
Color information
#E85314 (or 0xE85314) is known color: Persimmon. HEX triplet: E8, 53 and 14. RGB value is (232,83,20). Sum of RGB (Red+Green+Blue) = 232+83+20=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E85314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85314 is #17ACEB. Grayscale: #787878. Windows color (decimal): -1551596 or 1332200. OLE color: 1332200.
HSL color Cylindrical-coordinate representation of color #E85314: hue angle of 17.83º 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 #E85314 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 20 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.09 |
| HSL | 17.83º | 0.84% | 0.49% | - |
| HSV(B) | 17.83º | 0.91% | 0.91% | - |
| XYZ | 36.5 | 23.39 | 3.25 | - |
| YUV | 120.37 | 71.36 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 20 | 0 | 0.64 | 0.91 | 0.09 | 17.83 | 0.84 | 0.49 |
| Hex | E8 | 53 | 14 | 0 | 40 | 5B | 9 | 12 | 54 | 31 |
| Octal | 350 | 123 | 24 | 0 | 100 | 133 | 11 | 22 | 124 | 61 |
| Binary | 11101000 | 1010011 | 10100 | 0 | 1000000 | 1011011 | 1001 | 10010 | 1010100 | 110001 |
Color Harmonies of #E85314
Complementary color
Monochromatic Colors of #E85314
Black with #E85314
Text Example
Text Example
White with #E85314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85314; }
p { color: rgb(232,83,20); }
H1.HeaderClassName
{
color: #E85314;
}
.AnyTagClassName
{
color: #E85314;
}
</style>
background-color css
<style>
a { background-color: #E85314; }
a { background-color: rgb(232,83,20); }
div.DivClassName
{
background-color: #E85314;
}
.BgClassName
{
background-color: #E85314;
}
</style>
border-color css
<style>
span { border-color: #E85314; }
span { border-color: rgb(232,83,20); }
td.TdClassName
{
border-color: #E85314;
}
.TagClassName
{
border-color: #E85314;
}
</style>