Shades of Persimmon #E65112
Tints of Persimmon #E65112
RGB
CMYK
RGB Variations
Color information
#E65112 (or 0xE65112) is known color: Persimmon. HEX triplet: E6, 51 and 12. RGB value is (230,81,18). Sum of RGB (Red+Green+Blue) = 230+81+18=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E65112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65112 is #19AEED. Grayscale: #767676. Windows color (decimal): -1683182 or 1200614. OLE color: 1200614.
HSL color Cylindrical-coordinate representation of color #E65112: hue angle of 17.83º 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 #E65112 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 18 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.10 |
| HSL | 17.83º | 0.85% | 0.49% | - |
| HSV(B) | 17.83º | 0.92% | 0.9% | - |
| XYZ | 35.68 | 22.75 | 3.08 | - |
| YUV | 118.37 | 71.36 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 18 | 0 | 0.65 | 0.92 | 0.10 | 17.83 | 0.85 | 0.49 |
| Hex | E6 | 51 | 12 | 0 | 41 | 5C | A | 12 | 55 | 31 |
| Octal | 346 | 121 | 22 | 0 | 101 | 134 | 12 | 22 | 125 | 61 |
| Binary | 11100110 | 1010001 | 10010 | 0 | 1000001 | 1011100 | 1010 | 10010 | 1010101 | 110001 |
Color Harmonies of #E65112
Complementary color
Monochromatic Colors of #E65112
Black with #E65112
Text Example
Text Example
White with #E65112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65112; }
p { color: rgb(230,81,18); }
H1.HeaderClassName
{
color: #E65112;
}
.AnyTagClassName
{
color: #E65112;
}
</style>
background-color css
<style>
a { background-color: #E65112; }
a { background-color: rgb(230,81,18); }
div.DivClassName
{
background-color: #E65112;
}
.BgClassName
{
background-color: #E65112;
}
</style>
border-color css
<style>
span { border-color: #E65112; }
span { border-color: rgb(230,81,18); }
td.TdClassName
{
border-color: #E65112;
}
.TagClassName
{
border-color: #E65112;
}
</style>