Shades of Persimmon #E66410
Tints of Persimmon #E66410
RGB
CMYK
RGB Variations
Color information
#E66410 (or 0xE66410) is known color: Persimmon. HEX triplet: E6, 64 and 10. RGB value is (230,100,16). Sum of RGB (Red+Green+Blue) = 230+100+16=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E66410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66410 is #199BEF. Grayscale: #818181. Windows color (decimal): -1678320 or 1074406. OLE color: 1074406.
HSL color Cylindrical-coordinate representation of color #E66410: hue angle of 23.55º 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 #E66410 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.10 |
| HSL | 23.55º | 0.87% | 0.48% | - |
| HSV(B) | 23.55º | 0.93% | 0.9% | - |
| XYZ | 37.28 | 25.97 | 3.54 | - |
| YUV | 129.29 | 64.07 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 16 | 0 | 0.57 | 0.93 | 0.10 | 23.55 | 0.87 | 0.48 |
| Hex | E6 | 64 | 10 | 0 | 39 | 5D | A | 18 | 57 | 30 |
| Octal | 346 | 144 | 20 | 0 | 71 | 135 | 12 | 30 | 127 | 60 |
| Binary | 11100110 | 1100100 | 10000 | 0 | 111001 | 1011101 | 1010 | 11000 | 1010111 | 110000 |
Color Harmonies of #E66410
Complementary color
Monochromatic Colors of #E66410
Black with #E66410
Text Example
Text Example
White with #E66410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66410; }
p { color: rgb(230,100,16); }
H1.HeaderClassName
{
color: #E66410;
}
.AnyTagClassName
{
color: #E66410;
}
</style>
background-color css
<style>
a { background-color: #E66410; }
a { background-color: rgb(230,100,16); }
div.DivClassName
{
background-color: #E66410;
}
.BgClassName
{
background-color: #E66410;
}
</style>
border-color css
<style>
span { border-color: #E66410; }
span { border-color: rgb(230,100,16); }
td.TdClassName
{
border-color: #E66410;
}
.TagClassName
{
border-color: #E66410;
}
</style>