Shades of Persimmon #E36004
Tints of Persimmon #E36004
RGB
CMYK
RGB Variations
Color information
#E36004 (or 0xE36004) is known color: Persimmon. HEX triplet: E3, 60 and 04. RGB value is (227,96,4). Sum of RGB (Red+Green+Blue) = 227+96+4=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E36004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36004 is #1C9FFB. Grayscale: #7D7D7D. Windows color (decimal): -1875964 or 286947. OLE color: 286947.
HSL color Cylindrical-coordinate representation of color #E36004: hue angle of 24.75º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E36004 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.11 |
| HSL | 24.75º | 0.97% | 0.45% | - |
| HSV(B) | 24.75º | 0.98% | 0.89% | - |
| XYZ | 35.88 | 24.71 | 2.99 | - |
| YUV | 124.68 | 59.9 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 4 | 0 | 0.58 | 0.98 | 0.11 | 24.75 | 0.97 | 0.45 |
| Hex | E3 | 60 | 4 | 0 | 3A | 62 | B | 19 | 61 | 2D |
| Octal | 343 | 140 | 4 | 0 | 72 | 142 | 13 | 31 | 141 | 55 |
| Binary | 11100011 | 1100000 | 100 | 0 | 111010 | 1100010 | 1011 | 11001 | 1100001 | 101101 |
Color Harmonies of #E36004
Complementary color
Monochromatic Colors of #E36004
Black with #E36004
Text Example
Text Example
White with #E36004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36004; }
p { color: rgb(227,96,4); }
H1.HeaderClassName
{
color: #E36004;
}
.AnyTagClassName
{
color: #E36004;
}
</style>
background-color css
<style>
a { background-color: #E36004; }
a { background-color: rgb(227,96,4); }
div.DivClassName
{
background-color: #E36004;
}
.BgClassName
{
background-color: #E36004;
}
</style>
border-color css
<style>
span { border-color: #E36004; }
span { border-color: rgb(227,96,4); }
td.TdClassName
{
border-color: #E36004;
}
.TagClassName
{
border-color: #E36004;
}
</style>