Shades of Persimmon #E05C0C
Tints of Persimmon #E05C0C
RGB
CMYK
RGB Variations
Color information
#E05C0C (or 0xE05C0C) is known color: Persimmon. HEX triplet: E0, 5C and 0C. RGB value is (224,92,12). Sum of RGB (Red+Green+Blue) = 224+92+12=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05C0C is #1FA3F3. Grayscale: #7A7A7A. Windows color (decimal): -2073588 or 810208. OLE color: 810208.
HSL color Cylindrical-coordinate representation of color #E05C0C: hue angle of 22.64º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E05C0C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.12 |
| HSL | 22.64º | 0.9% | 0.46% | - |
| HSV(B) | 22.64º | 0.95% | 0.88% | - |
| XYZ | 34.63 | 23.53 | 3.06 | - |
| YUV | 122.35 | 65.73 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 12 | 0 | 0.59 | 0.95 | 0.12 | 22.64 | 0.9 | 0.46 |
| Hex | E0 | 5C | C | 0 | 3B | 5F | C | 17 | 5A | 2E |
| Octal | 340 | 134 | 14 | 0 | 73 | 137 | 14 | 27 | 132 | 56 |
| Binary | 11100000 | 1011100 | 1100 | 0 | 111011 | 1011111 | 1100 | 10111 | 1011010 | 101110 |
Color Harmonies of #E05C0C
Complementary color
Monochromatic Colors of #E05C0C
Black with #E05C0C
Text Example
Text Example
White with #E05C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C0C; }
p { color: rgb(224,92,12); }
H1.HeaderClassName
{
color: #E05C0C;
}
.AnyTagClassName
{
color: #E05C0C;
}
</style>
background-color css
<style>
a { background-color: #E05C0C; }
a { background-color: rgb(224,92,12); }
div.DivClassName
{
background-color: #E05C0C;
}
.BgClassName
{
background-color: #E05C0C;
}
</style>
border-color css
<style>
span { border-color: #E05C0C; }
span { border-color: rgb(224,92,12); }
td.TdClassName
{
border-color: #E05C0C;
}
.TagClassName
{
border-color: #E05C0C;
}
</style>