Shades of Persimmon #E66412
Tints of Persimmon #E66412
RGB
CMYK
RGB Variations
Color information
#E66412 (or 0xE66412) is known color: Persimmon. HEX triplet: E6, 64 and 12. RGB value is (230,100,18). Sum of RGB (Red+Green+Blue) = 230+100+18=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E66412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66412 is #199BED. Grayscale: #818181. Windows color (decimal): -1678318 or 1205478. OLE color: 1205478.
HSL color Cylindrical-coordinate representation of color #E66412: hue angle of 23.21º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E66412 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 18 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.10 |
| HSL | 23.21º | 0.85% | 0.49% | - |
| HSV(B) | 23.21º | 0.92% | 0.9% | - |
| XYZ | 37.3 | 25.98 | 3.62 | - |
| YUV | 129.52 | 65.07 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 18 | 0 | 0.57 | 0.92 | 0.10 | 23.21 | 0.85 | 0.49 |
| Hex | E6 | 64 | 12 | 0 | 39 | 5C | A | 17 | 55 | 31 |
| Octal | 346 | 144 | 22 | 0 | 71 | 134 | 12 | 27 | 125 | 61 |
| Binary | 11100110 | 1100100 | 10010 | 0 | 111001 | 1011100 | 1010 | 10111 | 1010101 | 110001 |
Color Harmonies of #E66412
Complementary color
Monochromatic Colors of #E66412
Black with #E66412
Text Example
Text Example
White with #E66412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66412; }
p { color: rgb(230,100,18); }
H1.HeaderClassName
{
color: #E66412;
}
.AnyTagClassName
{
color: #E66412;
}
</style>
background-color css
<style>
a { background-color: #E66412; }
a { background-color: rgb(230,100,18); }
div.DivClassName
{
background-color: #E66412;
}
.BgClassName
{
background-color: #E66412;
}
</style>
border-color css
<style>
span { border-color: #E66412; }
span { border-color: rgb(230,100,18); }
td.TdClassName
{
border-color: #E66412;
}
.TagClassName
{
border-color: #E66412;
}
</style>