Shades of Persimmon #E04C06
Tints of Persimmon #E04C06
RGB
CMYK
RGB Variations
Color information
#E04C06 (or 0xE04C06) is known color: Persimmon. HEX triplet: E0, 4C and 06. RGB value is (224,76,6). Sum of RGB (Red+Green+Blue) = 224+76+6=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04C06 is #1FB3F9. Grayscale: #707070. Windows color (decimal): -2077690 or 412896. OLE color: 412896.
HSL color Cylindrical-coordinate representation of color #E04C06: hue angle of 19.27º 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 #E04C06 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.12 |
| HSL | 19.27º | 0.95% | 0.45% | - |
| HSV(B) | 19.27º | 0.97% | 0.88% | - |
| XYZ | 33.36 | 21.03 | 2.47 | - |
| YUV | 112.27 | 68.03 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 6 | 0 | 0.66 | 0.97 | 0.12 | 19.27 | 0.95 | 0.45 |
| Hex | E0 | 4C | 6 | 0 | 42 | 61 | C | 13 | 5F | 2D |
| Octal | 340 | 114 | 6 | 0 | 102 | 141 | 14 | 23 | 137 | 55 |
| Binary | 11100000 | 1001100 | 110 | 0 | 1000010 | 1100001 | 1100 | 10011 | 1011111 | 101101 |
Color Harmonies of #E04C06
Complementary color
Monochromatic Colors of #E04C06
Black with #E04C06
Text Example
Text Example
White with #E04C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C06; }
p { color: rgb(224,76,6); }
H1.HeaderClassName
{
color: #E04C06;
}
.AnyTagClassName
{
color: #E04C06;
}
</style>
background-color css
<style>
a { background-color: #E04C06; }
a { background-color: rgb(224,76,6); }
div.DivClassName
{
background-color: #E04C06;
}
.BgClassName
{
background-color: #E04C06;
}
</style>
border-color css
<style>
span { border-color: #E04C06; }
span { border-color: rgb(224,76,6); }
td.TdClassName
{
border-color: #E04C06;
}
.TagClassName
{
border-color: #E04C06;
}
</style>