Shades of Persimmon #E05F0F
Tints of Persimmon #E05F0F
RGB
CMYK
RGB Variations
Color information
#E05F0F (or 0xE05F0F) is known color: Persimmon. HEX triplet: E0, 5F and 0F. RGB value is (224,95,15). Sum of RGB (Red+Green+Blue) = 224+95+15=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05F0F is #1FA0F0. Grayscale: #7C7C7C. Windows color (decimal): -2072817 or 1007584. OLE color: 1007584.
HSL color Cylindrical-coordinate representation of color #E05F0F: hue angle of 22.97º 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 #E05F0F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 15 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.12 |
| HSL | 22.97º | 0.87% | 0.47% | - |
| HSV(B) | 22.97º | 0.93% | 0.88% | - |
| XYZ | 34.92 | 24.07 | 3.26 | - |
| YUV | 124.45 | 66.24 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 15 | 0 | 0.58 | 0.93 | 0.12 | 22.97 | 0.87 | 0.47 |
| Hex | E0 | 5F | F | 0 | 3A | 5D | C | 17 | 57 | 2F |
| Octal | 340 | 137 | 17 | 0 | 72 | 135 | 14 | 27 | 127 | 57 |
| Binary | 11100000 | 1011111 | 1111 | 0 | 111010 | 1011101 | 1100 | 10111 | 1010111 | 101111 |
Color Harmonies of #E05F0F
Complementary color
Monochromatic Colors of #E05F0F
Black with #E05F0F
Text Example
Text Example
White with #E05F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F0F; }
p { color: rgb(224,95,15); }
H1.HeaderClassName
{
color: #E05F0F;
}
.AnyTagClassName
{
color: #E05F0F;
}
</style>
background-color css
<style>
a { background-color: #E05F0F; }
a { background-color: rgb(224,95,15); }
div.DivClassName
{
background-color: #E05F0F;
}
.BgClassName
{
background-color: #E05F0F;
}
</style>
border-color css
<style>
span { border-color: #E05F0F; }
span { border-color: rgb(224,95,15); }
td.TdClassName
{
border-color: #E05F0F;
}
.TagClassName
{
border-color: #E05F0F;
}
</style>