Shades of Persimmon #E66112
Tints of Persimmon #E66112
RGB
CMYK
RGB Variations
Color information
#E66112 (or 0xE66112) is known color: Persimmon. HEX triplet: E6, 61 and 12. RGB value is (230,97,18). Sum of RGB (Red+Green+Blue) = 230+97+18=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E66112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66112 is #199EED. Grayscale: #808080. Windows color (decimal): -1679086 or 1204710. OLE color: 1204710.
HSL color Cylindrical-coordinate representation of color #E66112: hue angle of 22.36º 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 #E66112 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.10 |
| HSL | 22.36º | 0.85% | 0.49% | - |
| HSV(B) | 22.36º | 0.92% | 0.9% | - |
| XYZ | 37.02 | 25.42 | 3.53 | - |
| YUV | 127.76 | 66.06 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 18 | 0 | 0.58 | 0.92 | 0.10 | 22.36 | 0.85 | 0.49 |
| Hex | E6 | 61 | 12 | 0 | 3A | 5C | A | 16 | 55 | 31 |
| Octal | 346 | 141 | 22 | 0 | 72 | 134 | 12 | 26 | 125 | 61 |
| Binary | 11100110 | 1100001 | 10010 | 0 | 111010 | 1011100 | 1010 | 10110 | 1010101 | 110001 |
Color Harmonies of #E66112
Complementary color
Monochromatic Colors of #E66112
Black with #E66112
Text Example
Text Example
White with #E66112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66112; }
p { color: rgb(230,97,18); }
H1.HeaderClassName
{
color: #E66112;
}
.AnyTagClassName
{
color: #E66112;
}
</style>
background-color css
<style>
a { background-color: #E66112; }
a { background-color: rgb(230,97,18); }
div.DivClassName
{
background-color: #E66112;
}
.BgClassName
{
background-color: #E66112;
}
</style>
border-color css
<style>
span { border-color: #E66112; }
span { border-color: rgb(230,97,18); }
td.TdClassName
{
border-color: #E66112;
}
.TagClassName
{
border-color: #E66112;
}
</style>