Shades of Persimmon #E85D12
Tints of Persimmon #E85D12
RGB
CMYK
RGB Variations
Color information
#E85D12 (or 0xE85D12) is known color: Persimmon. HEX triplet: E8, 5D and 12. RGB value is (232,93,18). Sum of RGB (Red+Green+Blue) = 232+93+18=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D12 is #17A2ED. Grayscale: #7E7E7E. Windows color (decimal): -1549038 or 1203688. OLE color: 1203688.
HSL color Cylindrical-coordinate representation of color #E85D12: hue angle of 21.03º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E85D12 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 18 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.09 |
| HSL | 21.03º | 0.86% | 0.49% | - |
| HSV(B) | 21.03º | 0.92% | 0.91% | - |
| XYZ | 37.3 | 25.03 | 3.44 | - |
| YUV | 126.01 | 67.05 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 18 | 0 | 0.60 | 0.92 | 0.09 | 21.03 | 0.86 | 0.49 |
| Hex | E8 | 5D | 12 | 0 | 3C | 5C | 9 | 15 | 56 | 31 |
| Octal | 350 | 135 | 22 | 0 | 74 | 134 | 11 | 25 | 126 | 61 |
| Binary | 11101000 | 1011101 | 10010 | 0 | 111100 | 1011100 | 1001 | 10101 | 1010110 | 110001 |
Color Harmonies of #E85D12
Complementary color
Monochromatic Colors of #E85D12
Black with #E85D12
Text Example
Text Example
White with #E85D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D12; }
p { color: rgb(232,93,18); }
H1.HeaderClassName
{
color: #E85D12;
}
.AnyTagClassName
{
color: #E85D12;
}
</style>
background-color css
<style>
a { background-color: #E85D12; }
a { background-color: rgb(232,93,18); }
div.DivClassName
{
background-color: #E85D12;
}
.BgClassName
{
background-color: #E85D12;
}
</style>
border-color css
<style>
span { border-color: #E85D12; }
span { border-color: rgb(232,93,18); }
td.TdClassName
{
border-color: #E85D12;
}
.TagClassName
{
border-color: #E85D12;
}
</style>