Shades of Persimmon #E65804
Tints of Persimmon #E65804
RGB
CMYK
RGB Variations
Color information
#E65804 (or 0xE65804) is known color: Persimmon. HEX triplet: E6, 58 and 04. RGB value is (230,88,4). Sum of RGB (Red+Green+Blue) = 230+88+4=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E65804 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65804 is #19A7FB. Grayscale: #797979. Windows color (decimal): -1681404 or 284902. OLE color: 284902.
HSL color Cylindrical-coordinate representation of color #E65804: hue angle of 22.3º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E65804 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.10 |
| HSL | 22.3º | 0.97% | 0.46% | - |
| HSV(B) | 22.3º | 0.98% | 0.9% | - |
| XYZ | 36.14 | 23.81 | 2.81 | - |
| YUV | 120.88 | 62.04 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 4 | 0 | 0.62 | 0.98 | 0.10 | 22.3 | 0.97 | 0.46 |
| Hex | E6 | 58 | 4 | 0 | 3E | 62 | A | 16 | 61 | 2E |
| Octal | 346 | 130 | 4 | 0 | 76 | 142 | 12 | 26 | 141 | 56 |
| Binary | 11100110 | 1011000 | 100 | 0 | 111110 | 1100010 | 1010 | 10110 | 1100001 | 101110 |
Color Harmonies of #E65804
Complementary color
Monochromatic Colors of #E65804
Black with #E65804
Text Example
Text Example
White with #E65804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65804; }
p { color: rgb(230,88,4); }
H1.HeaderClassName
{
color: #E65804;
}
.AnyTagClassName
{
color: #E65804;
}
</style>
background-color css
<style>
a { background-color: #E65804; }
a { background-color: rgb(230,88,4); }
div.DivClassName
{
background-color: #E65804;
}
.BgClassName
{
background-color: #E65804;
}
</style>
border-color css
<style>
span { border-color: #E65804; }
span { border-color: rgb(230,88,4); }
td.TdClassName
{
border-color: #E65804;
}
.TagClassName
{
border-color: #E65804;
}
</style>