Shades of Persimmon #E65000
Tints of Persimmon #E65000
RGB
CMYK
RGB Variations
Color information
#E65000 (or 0xE65000) is known color: Persimmon. HEX triplet: E6, 50 and 00. RGB value is (230,80,0). Sum of RGB (Red+Green+Blue) = 230+80+0=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E65000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65000 is #19AFFF. Grayscale: #747474. Windows color (decimal): -1683456 or 20710. OLE color: 20710.
HSL color Cylindrical-coordinate representation of color #E65000: hue angle of 20.87º 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 #E65000 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.10 |
| HSL | 20.87º | 1% | 0.45% | - |
| HSV(B) | 20.87º | 1% | 0.9% | - |
| XYZ | 35.5 | 22.56 | 2.48 | - |
| YUV | 115.73 | 62.7 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 0 | 0 | 0.65 | 1 | 0.10 | 20.87 | 1 | 0.45 |
| Hex | E6 | 50 | 0 | 0 | 41 | 64 | A | 15 | 64 | 2D |
| Octal | 346 | 120 | 0 | 0 | 101 | 144 | 12 | 25 | 144 | 55 |
| Binary | 11100110 | 1010000 | 0 | 0 | 1000001 | 1100100 | 1010 | 10101 | 1100100 | 101101 |
Color Harmonies of #E65000
Complementary color
Monochromatic Colors of #E65000
Black with #E65000
Text Example
Text Example
White with #E65000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65000; }
p { color: rgb(230,80,0); }
H1.HeaderClassName
{
color: #E65000;
}
.AnyTagClassName
{
color: #E65000;
}
</style>
background-color css
<style>
a { background-color: #E65000; }
a { background-color: rgb(230,80,0); }
div.DivClassName
{
background-color: #E65000;
}
.BgClassName
{
background-color: #E65000;
}
</style>
border-color css
<style>
span { border-color: #E65000; }
span { border-color: rgb(230,80,0); }
td.TdClassName
{
border-color: #E65000;
}
.TagClassName
{
border-color: #E65000;
}
</style>