Shades of Persimmon #E65612
Tints of Persimmon #E65612
RGB
CMYK
RGB Variations
Color information
#E65612 (or 0xE65612) is known color: Persimmon. HEX triplet: E6, 56 and 12. RGB value is (230,86,18). Sum of RGB (Red+Green+Blue) = 230+86+18=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E65612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65612 is #19A9ED. Grayscale: #797979. Windows color (decimal): -1681902 or 1201894. OLE color: 1201894.
HSL color Cylindrical-coordinate representation of color #E65612: hue angle of 19.25º 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 #E65612 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 18 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.10 |
| HSL | 19.25º | 0.85% | 0.49% | - |
| HSV(B) | 19.25º | 0.92% | 0.9% | - |
| XYZ | 36.07 | 23.52 | 3.21 | - |
| YUV | 121.3 | 69.71 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 18 | 0 | 0.63 | 0.92 | 0.10 | 19.25 | 0.85 | 0.49 |
| Hex | E6 | 56 | 12 | 0 | 3F | 5C | A | 13 | 55 | 31 |
| Octal | 346 | 126 | 22 | 0 | 77 | 134 | 12 | 23 | 125 | 61 |
| Binary | 11100110 | 1010110 | 10010 | 0 | 111111 | 1011100 | 1010 | 10011 | 1010101 | 110001 |
Color Harmonies of #E65612
Complementary color
Monochromatic Colors of #E65612
Black with #E65612
Text Example
Text Example
White with #E65612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65612; }
p { color: rgb(230,86,18); }
H1.HeaderClassName
{
color: #E65612;
}
.AnyTagClassName
{
color: #E65612;
}
</style>
background-color css
<style>
a { background-color: #E65612; }
a { background-color: rgb(230,86,18); }
div.DivClassName
{
background-color: #E65612;
}
.BgClassName
{
background-color: #E65612;
}
</style>
border-color css
<style>
span { border-color: #E65612; }
span { border-color: rgb(230,86,18); }
td.TdClassName
{
border-color: #E65612;
}
.TagClassName
{
border-color: #E65612;
}
</style>