Shades of Persimmon #E65712
Tints of Persimmon #E65712
RGB
CMYK
RGB Variations
Color information
#E65712 (or 0xE65712) is known color: Persimmon. HEX triplet: E6, 57 and 12. RGB value is (230,87,18). Sum of RGB (Red+Green+Blue) = 230+87+18=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E65712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65712 is #19A8ED. Grayscale: #7A7A7A. Windows color (decimal): -1681646 or 1202150. OLE color: 1202150.
HSL color Cylindrical-coordinate representation of color #E65712: hue angle of 19.53º 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 #E65712 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 18 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.10 |
| HSL | 19.53º | 0.85% | 0.49% | - |
| HSV(B) | 19.53º | 0.92% | 0.9% | - |
| XYZ | 36.15 | 23.68 | 3.24 | - |
| YUV | 121.89 | 69.38 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 18 | 0 | 0.62 | 0.92 | 0.10 | 19.53 | 0.85 | 0.49 |
| Hex | E6 | 57 | 12 | 0 | 3E | 5C | A | 14 | 55 | 31 |
| Octal | 346 | 127 | 22 | 0 | 76 | 134 | 12 | 24 | 125 | 61 |
| Binary | 11100110 | 1010111 | 10010 | 0 | 111110 | 1011100 | 1010 | 10100 | 1010101 | 110001 |
Color Harmonies of #E65712
Complementary color
Monochromatic Colors of #E65712
Black with #E65712
Text Example
Text Example
White with #E65712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65712; }
p { color: rgb(230,87,18); }
H1.HeaderClassName
{
color: #E65712;
}
.AnyTagClassName
{
color: #E65712;
}
</style>
background-color css
<style>
a { background-color: #E65712; }
a { background-color: rgb(230,87,18); }
div.DivClassName
{
background-color: #E65712;
}
.BgClassName
{
background-color: #E65712;
}
</style>
border-color css
<style>
span { border-color: #E65712; }
span { border-color: rgb(230,87,18); }
td.TdClassName
{
border-color: #E65712;
}
.TagClassName
{
border-color: #E65712;
}
</style>