Shades of Persimmon #E05607
Tints of Persimmon #E05607
RGB
CMYK
RGB Variations
Color information
#E05607 (or 0xE05607) is known color: Persimmon. HEX triplet: E0, 56 and 07. RGB value is (224,86,7). Sum of RGB (Red+Green+Blue) = 224+86+7=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E05607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05607 is #1FA9F8. Grayscale: #767676. Windows color (decimal): -2075129 or 480992. OLE color: 480992.
HSL color Cylindrical-coordinate representation of color #E05607: hue angle of 21.84º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E05607 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 7 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.12 |
| HSL | 21.84º | 0.94% | 0.45% | - |
| HSV(B) | 21.84º | 0.97% | 0.88% | - |
| XYZ | 34.11 | 22.52 | 2.75 | - |
| YUV | 118.26 | 65.22 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 7 | 0 | 0.62 | 0.97 | 0.12 | 21.84 | 0.94 | 0.45 |
| Hex | E0 | 56 | 7 | 0 | 3E | 61 | C | 16 | 5E | 2D |
| Octal | 340 | 126 | 7 | 0 | 76 | 141 | 14 | 26 | 136 | 55 |
| Binary | 11100000 | 1010110 | 111 | 0 | 111110 | 1100001 | 1100 | 10110 | 1011110 | 101101 |
Color Harmonies of #E05607
Complementary color
Monochromatic Colors of #E05607
Black with #E05607
Text Example
Text Example
White with #E05607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05607; }
p { color: rgb(224,86,7); }
H1.HeaderClassName
{
color: #E05607;
}
.AnyTagClassName
{
color: #E05607;
}
</style>
background-color css
<style>
a { background-color: #E05607; }
a { background-color: rgb(224,86,7); }
div.DivClassName
{
background-color: #E05607;
}
.BgClassName
{
background-color: #E05607;
}
</style>
border-color css
<style>
span { border-color: #E05607; }
span { border-color: rgb(224,86,7); }
td.TdClassName
{
border-color: #E05607;
}
.TagClassName
{
border-color: #E05607;
}
</style>