Shades of Persimmon #E3580E
Tints of Persimmon #E3580E
RGB
CMYK
RGB Variations
Color information
#E3580E (or 0xE3580E) is known color: Persimmon. HEX triplet: E3, 58 and 0E. RGB value is (227,88,14). Sum of RGB (Red+Green+Blue) = 227+88+14=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E3580E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3580E is #1CA7F1. Grayscale: #797979. Windows color (decimal): -1878002 or 940259. OLE color: 940259.
HSL color Cylindrical-coordinate representation of color #E3580E: hue angle of 20.85º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3580E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.11 |
| HSL | 20.85º | 0.88% | 0.47% | - |
| HSV(B) | 20.85º | 0.94% | 0.89% | - |
| XYZ | 35.25 | 23.34 | 3.06 | - |
| YUV | 121.13 | 67.55 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 14 | 0 | 0.61 | 0.94 | 0.11 | 20.85 | 0.88 | 0.47 |
| Hex | E3 | 58 | E | 0 | 3D | 5E | B | 15 | 58 | 2F |
| Octal | 343 | 130 | 16 | 0 | 75 | 136 | 13 | 25 | 130 | 57 |
| Binary | 11100011 | 1011000 | 1110 | 0 | 111101 | 1011110 | 1011 | 10101 | 1011000 | 101111 |
Color Harmonies of #E3580E
Complementary color
Monochromatic Colors of #E3580E
Black with #E3580E
Text Example
Text Example
White with #E3580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3580E; }
p { color: rgb(227,88,14); }
H1.HeaderClassName
{
color: #E3580E;
}
.AnyTagClassName
{
color: #E3580E;
}
</style>
background-color css
<style>
a { background-color: #E3580E; }
a { background-color: rgb(227,88,14); }
div.DivClassName
{
background-color: #E3580E;
}
.BgClassName
{
background-color: #E3580E;
}
</style>
border-color css
<style>
span { border-color: #E3580E; }
span { border-color: rgb(227,88,14); }
td.TdClassName
{
border-color: #E3580E;
}
.TagClassName
{
border-color: #E3580E;
}
</style>