Shades of Persimmon #E65E16
Tints of Persimmon #E65E16
RGB
CMYK
RGB Variations
Color information
#E65E16 (or 0xE65E16) is known color: Persimmon. HEX triplet: E6, 5E and 16. RGB value is (230,94,22). Sum of RGB (Red+Green+Blue) = 230+94+22=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65E16 is #19A1E9. Grayscale: #7E7E7E. Windows color (decimal): -1679850 or 1466086. OLE color: 1466086.
HSL color Cylindrical-coordinate representation of color #E65E16: hue angle of 20.77º 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 #E65E16 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.10 |
| HSL | 20.77º | 0.83% | 0.49% | - |
| HSV(B) | 20.77º | 0.9% | 0.9% | - |
| XYZ | 36.78 | 24.89 | 3.62 | - |
| YUV | 126.46 | 69.06 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 22 | 0 | 0.59 | 0.90 | 0.10 | 20.77 | 0.83 | 0.49 |
| Hex | E6 | 5E | 16 | 0 | 3B | 5A | A | 15 | 53 | 31 |
| Octal | 346 | 136 | 26 | 0 | 73 | 132 | 12 | 25 | 123 | 61 |
| Binary | 11100110 | 1011110 | 10110 | 0 | 111011 | 1011010 | 1010 | 10101 | 1010011 | 110001 |
Color Harmonies of #E65E16
Complementary color
Monochromatic Colors of #E65E16
Black with #E65E16
Text Example
Text Example
White with #E65E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E16; }
p { color: rgb(230,94,22); }
H1.HeaderClassName
{
color: #E65E16;
}
.AnyTagClassName
{
color: #E65E16;
}
</style>
background-color css
<style>
a { background-color: #E65E16; }
a { background-color: rgb(230,94,22); }
div.DivClassName
{
background-color: #E65E16;
}
.BgClassName
{
background-color: #E65E16;
}
</style>
border-color css
<style>
span { border-color: #E65E16; }
span { border-color: rgb(230,94,22); }
td.TdClassName
{
border-color: #E65E16;
}
.TagClassName
{
border-color: #E65E16;
}
</style>