Shades of Persimmon #E66411
Tints of Persimmon #E66411
RGB
CMYK
RGB Variations
Color information
#E66411 (or 0xE66411) is known color: Persimmon. HEX triplet: E6, 64 and 11. RGB value is (230,100,17). Sum of RGB (Red+Green+Blue) = 230+100+17=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E66411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66411 is #199BEE. Grayscale: #818181. Windows color (decimal): -1678319 or 1139942. OLE color: 1139942.
HSL color Cylindrical-coordinate representation of color #E66411: hue angle of 23.38º 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 #E66411 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 17 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.10 |
| HSL | 23.38º | 0.86% | 0.48% | - |
| HSV(B) | 23.38º | 0.93% | 0.9% | - |
| XYZ | 37.29 | 25.98 | 3.58 | - |
| YUV | 129.41 | 64.57 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 17 | 0 | 0.57 | 0.93 | 0.10 | 23.38 | 0.86 | 0.48 |
| Hex | E6 | 64 | 11 | 0 | 39 | 5D | A | 17 | 56 | 30 |
| Octal | 346 | 144 | 21 | 0 | 71 | 135 | 12 | 27 | 126 | 60 |
| Binary | 11100110 | 1100100 | 10001 | 0 | 111001 | 1011101 | 1010 | 10111 | 1010110 | 110000 |
Color Harmonies of #E66411
Complementary color
Monochromatic Colors of #E66411
Black with #E66411
Text Example
Text Example
White with #E66411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66411; }
p { color: rgb(230,100,17); }
H1.HeaderClassName
{
color: #E66411;
}
.AnyTagClassName
{
color: #E66411;
}
</style>
background-color css
<style>
a { background-color: #E66411; }
a { background-color: rgb(230,100,17); }
div.DivClassName
{
background-color: #E66411;
}
.BgClassName
{
background-color: #E66411;
}
</style>
border-color css
<style>
span { border-color: #E66411; }
span { border-color: rgb(230,100,17); }
td.TdClassName
{
border-color: #E66411;
}
.TagClassName
{
border-color: #E66411;
}
</style>