Shades of Persimmon #E65610
Tints of Persimmon #E65610
RGB
CMYK
RGB Variations
Color information
#E65610 (or 0xE65610) is known color: Persimmon. HEX triplet: E6, 56 and 10. RGB value is (230,86,16). Sum of RGB (Red+Green+Blue) = 230+86+16=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E65610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65610 is #19A9EF. Grayscale: #797979. Windows color (decimal): -1681904 or 1070822. OLE color: 1070822.
HSL color Cylindrical-coordinate representation of color #E65610: hue angle of 19.63º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E65610 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.10 |
| HSL | 19.63º | 0.87% | 0.48% | - |
| HSV(B) | 19.63º | 0.93% | 0.9% | - |
| XYZ | 36.05 | 23.52 | 3.13 | - |
| YUV | 121.08 | 68.71 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 16 | 0 | 0.63 | 0.93 | 0.10 | 19.63 | 0.87 | 0.48 |
| Hex | E6 | 56 | 10 | 0 | 3F | 5D | A | 14 | 57 | 30 |
| Octal | 346 | 126 | 20 | 0 | 77 | 135 | 12 | 24 | 127 | 60 |
| Binary | 11100110 | 1010110 | 10000 | 0 | 111111 | 1011101 | 1010 | 10100 | 1010111 | 110000 |
Color Harmonies of #E65610
Complementary color
Monochromatic Colors of #E65610
Black with #E65610
Text Example
Text Example
White with #E65610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65610; }
p { color: rgb(230,86,16); }
H1.HeaderClassName
{
color: #E65610;
}
.AnyTagClassName
{
color: #E65610;
}
</style>
background-color css
<style>
a { background-color: #E65610; }
a { background-color: rgb(230,86,16); }
div.DivClassName
{
background-color: #E65610;
}
.BgClassName
{
background-color: #E65610;
}
</style>
border-color css
<style>
span { border-color: #E65610; }
span { border-color: rgb(230,86,16); }
td.TdClassName
{
border-color: #E65610;
}
.TagClassName
{
border-color: #E65610;
}
</style>