Shades of Persimmon #E85318
Tints of Persimmon #E85318
RGB
CMYK
RGB Variations
Color information
#E85318 (or 0xE85318) is known color: Persimmon. HEX triplet: E8, 53 and 18. RGB value is (232,83,24). Sum of RGB (Red+Green+Blue) = 232+83+24=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E85318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85318 is #17ACE7. Grayscale: #797979. Windows color (decimal): -1551592 or 1594344. OLE color: 1594344.
HSL color Cylindrical-coordinate representation of color #E85318: hue angle of 17.02º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E85318 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 24 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.09 |
| HSL | 17.02º | 0.82% | 0.5% | - |
| HSV(B) | 17.02º | 0.9% | 0.91% | - |
| XYZ | 36.54 | 23.41 | 3.46 | - |
| YUV | 120.83 | 73.36 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 24 | 0 | 0.64 | 0.90 | 0.09 | 17.02 | 0.82 | 0.5 |
| Hex | E8 | 53 | 18 | 0 | 40 | 5A | 9 | 11 | 52 | 32 |
| Octal | 350 | 123 | 30 | 0 | 100 | 132 | 11 | 21 | 122 | 62 |
| Binary | 11101000 | 1010011 | 11000 | 0 | 1000000 | 1011010 | 1001 | 10001 | 1010010 | 110010 |
Color Harmonies of #E85318
Complementary color
Monochromatic Colors of #E85318
Black with #E85318
Text Example
Text Example
White with #E85318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85318; }
p { color: rgb(232,83,24); }
H1.HeaderClassName
{
color: #E85318;
}
.AnyTagClassName
{
color: #E85318;
}
</style>
background-color css
<style>
a { background-color: #E85318; }
a { background-color: rgb(232,83,24); }
div.DivClassName
{
background-color: #E85318;
}
.BgClassName
{
background-color: #E85318;
}
</style>
border-color css
<style>
span { border-color: #E85318; }
span { border-color: rgb(232,83,24); }
td.TdClassName
{
border-color: #E85318;
}
.TagClassName
{
border-color: #E85318;
}
</style>