Shades of Persimmon #E04406
Tints of Persimmon #E04406
RGB
CMYK
RGB Variations
Color information
#E04406 (or 0xE04406) is known color: Persimmon. HEX triplet: E0, 44 and 06. RGB value is (224,68,6). Sum of RGB (Red+Green+Blue) = 224+68+6=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E04406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04406 is #1FBBF9. Grayscale: #6B6B6B. Windows color (decimal): -2079738 or 410848. OLE color: 410848.
HSL color Cylindrical-coordinate representation of color #E04406: hue angle of 17.06º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E04406 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.12 |
| HSL | 17.06º | 0.95% | 0.45% | - |
| HSV(B) | 17.06º | 0.97% | 0.88% | - |
| XYZ | 32.84 | 19.99 | 2.3 | - |
| YUV | 107.58 | 70.68 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 6 | 0 | 0.70 | 0.97 | 0.12 | 17.06 | 0.95 | 0.45 |
| Hex | E0 | 44 | 6 | 0 | 46 | 61 | C | 11 | 5F | 2D |
| Octal | 340 | 104 | 6 | 0 | 106 | 141 | 14 | 21 | 137 | 55 |
| Binary | 11100000 | 1000100 | 110 | 0 | 1000110 | 1100001 | 1100 | 10001 | 1011111 | 101101 |
Color Harmonies of #E04406
Complementary color
Monochromatic Colors of #E04406
Black with #E04406
Text Example
Text Example
White with #E04406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04406; }
p { color: rgb(224,68,6); }
H1.HeaderClassName
{
color: #E04406;
}
.AnyTagClassName
{
color: #E04406;
}
</style>
background-color css
<style>
a { background-color: #E04406; }
a { background-color: rgb(224,68,6); }
div.DivClassName
{
background-color: #E04406;
}
.BgClassName
{
background-color: #E04406;
}
</style>
border-color css
<style>
span { border-color: #E04406; }
span { border-color: rgb(224,68,6); }
td.TdClassName
{
border-color: #E04406;
}
.TagClassName
{
border-color: #E04406;
}
</style>