Shades of Persimmon #E05F10
Tints of Persimmon #E05F10
RGB
CMYK
RGB Variations
Color information
#E05F10 (or 0xE05F10) is known color: Persimmon. HEX triplet: E0, 5F and 10. RGB value is (224,95,16). Sum of RGB (Red+Green+Blue) = 224+95+16=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05F10 is #1FA0EF. Grayscale: #7D7D7D. Windows color (decimal): -2072816 or 1073120. OLE color: 1073120.
HSL color Cylindrical-coordinate representation of color #E05F10: hue angle of 22.79º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E05F10 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.12 |
| HSL | 22.79º | 0.87% | 0.47% | - |
| HSV(B) | 22.79º | 0.93% | 0.88% | - |
| XYZ | 34.93 | 24.07 | 3.3 | - |
| YUV | 124.57 | 66.74 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 16 | 0 | 0.58 | 0.93 | 0.12 | 22.79 | 0.87 | 0.47 |
| Hex | E0 | 5F | 10 | 0 | 3A | 5D | C | 17 | 57 | 2F |
| Octal | 340 | 137 | 20 | 0 | 72 | 135 | 14 | 27 | 127 | 57 |
| Binary | 11100000 | 1011111 | 10000 | 0 | 111010 | 1011101 | 1100 | 10111 | 1010111 | 101111 |
Color Harmonies of #E05F10
Complementary color
Monochromatic Colors of #E05F10
Black with #E05F10
Text Example
Text Example
White with #E05F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F10; }
p { color: rgb(224,95,16); }
H1.HeaderClassName
{
color: #E05F10;
}
.AnyTagClassName
{
color: #E05F10;
}
</style>
background-color css
<style>
a { background-color: #E05F10; }
a { background-color: rgb(224,95,16); }
div.DivClassName
{
background-color: #E05F10;
}
.BgClassName
{
background-color: #E05F10;
}
</style>
border-color css
<style>
span { border-color: #E05F10; }
span { border-color: rgb(224,95,16); }
td.TdClassName
{
border-color: #E05F10;
}
.TagClassName
{
border-color: #E05F10;
}
</style>