Shades of Persimmon #E65800
Tints of Persimmon #E65800
RGB
CMYK
RGB Variations
Color information
#E65800 (or 0xE65800) is known color: Persimmon. HEX triplet: E6, 58 and 00. RGB value is (230,88,0). Sum of RGB (Red+Green+Blue) = 230+88+0=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E65800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65800 is #19A7FF. Grayscale: #787878. Windows color (decimal): -1681408 or 22758. OLE color: 22758.
HSL color Cylindrical-coordinate representation of color #E65800: hue angle of 22.96º 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 #E65800 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.10 |
| HSL | 22.96º | 1% | 0.45% | - |
| HSV(B) | 22.96º | 1% | 0.9% | - |
| XYZ | 36.12 | 23.8 | 2.69 | - |
| YUV | 120.43 | 60.04 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 0 | 0 | 0.62 | 1 | 0.10 | 22.96 | 1 | 0.45 |
| Hex | E6 | 58 | 0 | 0 | 3E | 64 | A | 17 | 64 | 2D |
| Octal | 346 | 130 | 0 | 0 | 76 | 144 | 12 | 27 | 144 | 55 |
| Binary | 11100110 | 1011000 | 0 | 0 | 111110 | 1100100 | 1010 | 10111 | 1100100 | 101101 |
Color Harmonies of #E65800
Complementary color
Monochromatic Colors of #E65800
Black with #E65800
Text Example
Text Example
White with #E65800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65800; }
p { color: rgb(230,88,0); }
H1.HeaderClassName
{
color: #E65800;
}
.AnyTagClassName
{
color: #E65800;
}
</style>
background-color css
<style>
a { background-color: #E65800; }
a { background-color: rgb(230,88,0); }
div.DivClassName
{
background-color: #E65800;
}
.BgClassName
{
background-color: #E65800;
}
</style>
border-color css
<style>
span { border-color: #E65800; }
span { border-color: rgb(230,88,0); }
td.TdClassName
{
border-color: #E65800;
}
.TagClassName
{
border-color: #E65800;
}
</style>