Shades of Persimmon #E65512
Tints of Persimmon #E65512
RGB
CMYK
RGB Variations
Color information
#E65512 (or 0xE65512) is known color: Persimmon. HEX triplet: E6, 55 and 12. RGB value is (230,85,18). Sum of RGB (Red+Green+Blue) = 230+85+18=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E65512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65512 is #19AAED. Grayscale: #797979. Windows color (decimal): -1682158 or 1201638. OLE color: 1201638.
HSL color Cylindrical-coordinate representation of color #E65512: hue angle of 18.96º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E65512 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 18 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.10 |
| HSL | 18.96º | 0.85% | 0.49% | - |
| HSV(B) | 18.96º | 0.92% | 0.9% | - |
| XYZ | 35.99 | 23.36 | 3.18 | - |
| YUV | 120.72 | 70.04 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 18 | 0 | 0.63 | 0.92 | 0.10 | 18.96 | 0.85 | 0.49 |
| Hex | E6 | 55 | 12 | 0 | 3F | 5C | A | 13 | 55 | 31 |
| Octal | 346 | 125 | 22 | 0 | 77 | 134 | 12 | 23 | 125 | 61 |
| Binary | 11100110 | 1010101 | 10010 | 0 | 111111 | 1011100 | 1010 | 10011 | 1010101 | 110001 |
Color Harmonies of #E65512
Complementary color
Monochromatic Colors of #E65512
Black with #E65512
Text Example
Text Example
White with #E65512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65512; }
p { color: rgb(230,85,18); }
H1.HeaderClassName
{
color: #E65512;
}
.AnyTagClassName
{
color: #E65512;
}
</style>
background-color css
<style>
a { background-color: #E65512; }
a { background-color: rgb(230,85,18); }
div.DivClassName
{
background-color: #E65512;
}
.BgClassName
{
background-color: #E65512;
}
</style>
border-color css
<style>
span { border-color: #E65512; }
span { border-color: rgb(230,85,18); }
td.TdClassName
{
border-color: #E65512;
}
.TagClassName
{
border-color: #E65512;
}
</style>