Shades of Persimmon #E65700
Tints of Persimmon #E65700
RGB
CMYK
RGB Variations
Color information
#E65700 (or 0xE65700) is known color: Persimmon. HEX triplet: E6, 57 and 00. RGB value is (230,87,0). Sum of RGB (Red+Green+Blue) = 230+87+0=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E65700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65700 is #19A8FF. Grayscale: #787878. Windows color (decimal): -1681664 or 22502. OLE color: 22502.
HSL color Cylindrical-coordinate representation of color #E65700: hue angle of 22.7º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E65700 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.10 |
| HSL | 22.7º | 1% | 0.45% | - |
| HSV(B) | 22.7º | 1% | 0.9% | - |
| XYZ | 36.04 | 23.64 | 2.66 | - |
| YUV | 119.84 | 60.38 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 0 | 0 | 0.62 | 1 | 0.10 | 22.7 | 1 | 0.45 |
| Hex | E6 | 57 | 0 | 0 | 3E | 64 | A | 17 | 64 | 2D |
| Octal | 346 | 127 | 0 | 0 | 76 | 144 | 12 | 27 | 144 | 55 |
| Binary | 11100110 | 1010111 | 0 | 0 | 111110 | 1100100 | 1010 | 10111 | 1100100 | 101101 |
Color Harmonies of #E65700
Complementary color
Monochromatic Colors of #E65700
Black with #E65700
Text Example
Text Example
White with #E65700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65700; }
p { color: rgb(230,87,0); }
H1.HeaderClassName
{
color: #E65700;
}
.AnyTagClassName
{
color: #E65700;
}
</style>
background-color css
<style>
a { background-color: #E65700; }
a { background-color: rgb(230,87,0); }
div.DivClassName
{
background-color: #E65700;
}
.BgClassName
{
background-color: #E65700;
}
</style>
border-color css
<style>
span { border-color: #E65700; }
span { border-color: rgb(230,87,0); }
td.TdClassName
{
border-color: #E65700;
}
.TagClassName
{
border-color: #E65700;
}
</style>