Shades of Persimmon #E36112
Tints of Persimmon #E36112
RGB
CMYK
RGB Variations
Color information
#E36112 (or 0xE36112) is known color: Persimmon. HEX triplet: E3, 61 and 12. RGB value is (227,97,18). Sum of RGB (Red+Green+Blue) = 227+97+18=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E36112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36112 is #1C9EED. Grayscale: #7F7F7F. Windows color (decimal): -1875694 or 1204707. OLE color: 1204707.
HSL color Cylindrical-coordinate representation of color #E36112: hue angle of 22.68º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E36112 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 18 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.11 |
| HSL | 22.68º | 0.85% | 0.48% | - |
| HSV(B) | 22.68º | 0.92% | 0.89% | - |
| XYZ | 36.06 | 24.92 | 3.48 | - |
| YUV | 126.86 | 66.57 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 18 | 0 | 0.57 | 0.92 | 0.11 | 22.68 | 0.85 | 0.48 |
| Hex | E3 | 61 | 12 | 0 | 39 | 5C | B | 17 | 55 | 30 |
| Octal | 343 | 141 | 22 | 0 | 71 | 134 | 13 | 27 | 125 | 60 |
| Binary | 11100011 | 1100001 | 10010 | 0 | 111001 | 1011100 | 1011 | 10111 | 1010101 | 110000 |
Color Harmonies of #E36112
Complementary color
Monochromatic Colors of #E36112
Black with #E36112
Text Example
Text Example
White with #E36112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36112; }
p { color: rgb(227,97,18); }
H1.HeaderClassName
{
color: #E36112;
}
.AnyTagClassName
{
color: #E36112;
}
</style>
background-color css
<style>
a { background-color: #E36112; }
a { background-color: rgb(227,97,18); }
div.DivClassName
{
background-color: #E36112;
}
.BgClassName
{
background-color: #E36112;
}
</style>
border-color css
<style>
span { border-color: #E36112; }
span { border-color: rgb(227,97,18); }
td.TdClassName
{
border-color: #E36112;
}
.TagClassName
{
border-color: #E36112;
}
</style>