Shades of Persimmon #E65616
Tints of Persimmon #E65616
RGB
CMYK
RGB Variations
Color information
#E65616 (or 0xE65616) is known color: Persimmon. HEX triplet: E6, 56 and 16. RGB value is (230,86,22). Sum of RGB (Red+Green+Blue) = 230+86+22=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E65616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65616 is #19A9E9. Grayscale: #7A7A7A. Windows color (decimal): -1681898 or 1464038. OLE color: 1464038.
HSL color Cylindrical-coordinate representation of color #E65616: hue angle of 18.46º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E65616 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 22 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.10 |
| HSL | 18.46º | 0.83% | 0.49% | - |
| HSV(B) | 18.46º | 0.9% | 0.9% | - |
| XYZ | 36.11 | 23.54 | 3.4 | - |
| YUV | 121.76 | 71.71 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 22 | 0 | 0.63 | 0.90 | 0.10 | 18.46 | 0.83 | 0.49 |
| Hex | E6 | 56 | 16 | 0 | 3F | 5A | A | 12 | 53 | 31 |
| Octal | 346 | 126 | 26 | 0 | 77 | 132 | 12 | 22 | 123 | 61 |
| Binary | 11100110 | 1010110 | 10110 | 0 | 111111 | 1011010 | 1010 | 10010 | 1010011 | 110001 |
Color Harmonies of #E65616
Complementary color
Monochromatic Colors of #E65616
Black with #E65616
Text Example
Text Example
White with #E65616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65616; }
p { color: rgb(230,86,22); }
H1.HeaderClassName
{
color: #E65616;
}
.AnyTagClassName
{
color: #E65616;
}
</style>
background-color css
<style>
a { background-color: #E65616; }
a { background-color: rgb(230,86,22); }
div.DivClassName
{
background-color: #E65616;
}
.BgClassName
{
background-color: #E65616;
}
</style>
border-color css
<style>
span { border-color: #E65616; }
span { border-color: rgb(230,86,22); }
td.TdClassName
{
border-color: #E65616;
}
.TagClassName
{
border-color: #E65616;
}
</style>