Shades of Persimmon #E66511
Tints of Persimmon #E66511
RGB
CMYK
RGB Variations
Color information
#E66511 (or 0xE66511) is known color: Persimmon. HEX triplet: E6, 65 and 11. RGB value is (230,101,17). Sum of RGB (Red+Green+Blue) = 230+101+17=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E66511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66511 is #199AEE. Grayscale: #828282. Windows color (decimal): -1678063 or 1140198. OLE color: 1140198.
HSL color Cylindrical-coordinate representation of color #E66511: hue angle of 23.66º degrees, saturation: 0.86, 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 #E66511 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 17 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.10 |
| HSL | 23.66º | 0.86% | 0.48% | - |
| HSV(B) | 23.66º | 0.93% | 0.9% | - |
| XYZ | 37.39 | 26.17 | 3.61 | - |
| YUV | 130 | 64.24 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 17 | 0 | 0.56 | 0.93 | 0.10 | 23.66 | 0.86 | 0.48 |
| Hex | E6 | 65 | 11 | 0 | 38 | 5D | A | 18 | 56 | 30 |
| Octal | 346 | 145 | 21 | 0 | 70 | 135 | 12 | 30 | 126 | 60 |
| Binary | 11100110 | 1100101 | 10001 | 0 | 111000 | 1011101 | 1010 | 11000 | 1010110 | 110000 |
Color Harmonies of #E66511
Complementary color
Monochromatic Colors of #E66511
Black with #E66511
Text Example
Text Example
White with #E66511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66511; }
p { color: rgb(230,101,17); }
H1.HeaderClassName
{
color: #E66511;
}
.AnyTagClassName
{
color: #E66511;
}
</style>
background-color css
<style>
a { background-color: #E66511; }
a { background-color: rgb(230,101,17); }
div.DivClassName
{
background-color: #E66511;
}
.BgClassName
{
background-color: #E66511;
}
</style>
border-color css
<style>
span { border-color: #E66511; }
span { border-color: rgb(230,101,17); }
td.TdClassName
{
border-color: #E66511;
}
.TagClassName
{
border-color: #E66511;
}
</style>