Shades of Persimmon #E05F0A
Tints of Persimmon #E05F0A
RGB
CMYK
RGB Variations
Color information
#E05F0A (or 0xE05F0A) is known color: Persimmon. HEX triplet: E0, 5F and 0A. RGB value is (224,95,10). Sum of RGB (Red+Green+Blue) = 224+95+10=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05F0A is #1FA0F5. Grayscale: #7C7C7C. Windows color (decimal): -2072822 or 679904. OLE color: 679904.
HSL color Cylindrical-coordinate representation of color #E05F0A: hue angle of 23.83º 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 #E05F0A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 10 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.12 |
| HSL | 23.83º | 0.91% | 0.46% | - |
| HSV(B) | 23.83º | 0.96% | 0.88% | - |
| XYZ | 34.89 | 24.05 | 3.09 | - |
| YUV | 123.88 | 63.74 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 10 | 0 | 0.58 | 0.96 | 0.12 | 23.83 | 0.91 | 0.46 |
| Hex | E0 | 5F | A | 0 | 3A | 60 | C | 18 | 5B | 2E |
| Octal | 340 | 137 | 12 | 0 | 72 | 140 | 14 | 30 | 133 | 56 |
| Binary | 11100000 | 1011111 | 1010 | 0 | 111010 | 1100000 | 1100 | 11000 | 1011011 | 101110 |
Color Harmonies of #E05F0A
Complementary color
Monochromatic Colors of #E05F0A
Black with #E05F0A
Text Example
Text Example
White with #E05F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F0A; }
p { color: rgb(224,95,10); }
H1.HeaderClassName
{
color: #E05F0A;
}
.AnyTagClassName
{
color: #E05F0A;
}
</style>
background-color css
<style>
a { background-color: #E05F0A; }
a { background-color: rgb(224,95,10); }
div.DivClassName
{
background-color: #E05F0A;
}
.BgClassName
{
background-color: #E05F0A;
}
</style>
border-color css
<style>
span { border-color: #E05F0A; }
span { border-color: rgb(224,95,10); }
td.TdClassName
{
border-color: #E05F0A;
}
.TagClassName
{
border-color: #E05F0A;
}
</style>