Shades of Persimmon #E05C0A
Tints of Persimmon #E05C0A
RGB
CMYK
RGB Variations
Color information
#E05C0A (or 0xE05C0A) is known color: Persimmon. HEX triplet: E0, 5C and 0A. RGB value is (224,92,10). Sum of RGB (Red+Green+Blue) = 224+92+10=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05C0A is #1FA3F5. Grayscale: #7A7A7A. Windows color (decimal): -2073590 or 679136. OLE color: 679136.
HSL color Cylindrical-coordinate representation of color #E05C0A: hue angle of 22.99º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E05C0A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.12 |
| HSL | 22.99º | 0.91% | 0.46% | - |
| HSV(B) | 22.99º | 0.96% | 0.88% | - |
| XYZ | 34.62 | 23.52 | 3 | - |
| YUV | 122.12 | 64.73 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 10 | 0 | 0.59 | 0.96 | 0.12 | 22.99 | 0.91 | 0.46 |
| Hex | E0 | 5C | A | 0 | 3B | 60 | C | 17 | 5B | 2E |
| Octal | 340 | 134 | 12 | 0 | 73 | 140 | 14 | 27 | 133 | 56 |
| Binary | 11100000 | 1011100 | 1010 | 0 | 111011 | 1100000 | 1100 | 10111 | 1011011 | 101110 |
Color Harmonies of #E05C0A
Complementary color
Monochromatic Colors of #E05C0A
Black with #E05C0A
Text Example
Text Example
White with #E05C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C0A; }
p { color: rgb(224,92,10); }
H1.HeaderClassName
{
color: #E05C0A;
}
.AnyTagClassName
{
color: #E05C0A;
}
</style>
background-color css
<style>
a { background-color: #E05C0A; }
a { background-color: rgb(224,92,10); }
div.DivClassName
{
background-color: #E05C0A;
}
.BgClassName
{
background-color: #E05C0A;
}
</style>
border-color css
<style>
span { border-color: #E05C0A; }
span { border-color: rgb(224,92,10); }
td.TdClassName
{
border-color: #E05C0A;
}
.TagClassName
{
border-color: #E05C0A;
}
</style>