Shades of Persimmon #E04206
Tints of Persimmon #E04206
RGB
CMYK
RGB Variations
Color information
#E04206 (or 0xE04206) is known color: Persimmon. HEX triplet: E0, 42 and 06. RGB value is (224,66,6). Sum of RGB (Red+Green+Blue) = 224+66+6=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E04206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04206 is #1FBDF9. Grayscale: #6A6A6A. Windows color (decimal): -2080250 or 410336. OLE color: 410336.
HSL color Cylindrical-coordinate representation of color #E04206: hue angle of 16.51º 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 #E04206 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.12 |
| HSL | 16.51º | 0.95% | 0.45% | - |
| HSV(B) | 16.51º | 0.97% | 0.88% | - |
| XYZ | 32.72 | 19.76 | 2.26 | - |
| YUV | 106.4 | 71.35 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 6 | 0 | 0.71 | 0.97 | 0.12 | 16.51 | 0.95 | 0.45 |
| Hex | E0 | 42 | 6 | 0 | 47 | 61 | C | 11 | 5F | 2D |
| Octal | 340 | 102 | 6 | 0 | 107 | 141 | 14 | 21 | 137 | 55 |
| Binary | 11100000 | 1000010 | 110 | 0 | 1000111 | 1100001 | 1100 | 10001 | 1011111 | 101101 |
Color Harmonies of #E04206
Complementary color
Monochromatic Colors of #E04206
Black with #E04206
Text Example
Text Example
White with #E04206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04206; }
p { color: rgb(224,66,6); }
H1.HeaderClassName
{
color: #E04206;
}
.AnyTagClassName
{
color: #E04206;
}
</style>
background-color css
<style>
a { background-color: #E04206; }
a { background-color: rgb(224,66,6); }
div.DivClassName
{
background-color: #E04206;
}
.BgClassName
{
background-color: #E04206;
}
</style>
border-color css
<style>
span { border-color: #E04206; }
span { border-color: rgb(224,66,6); }
td.TdClassName
{
border-color: #E04206;
}
.TagClassName
{
border-color: #E04206;
}
</style>