Shades of Persimmon #E05707
Tints of Persimmon #E05707
RGB
CMYK
RGB Variations
Color information
#E05707 (or 0xE05707) is known color: Persimmon. HEX triplet: E0, 57 and 07. RGB value is (224,87,7). Sum of RGB (Red+Green+Blue) = 224+87+7=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E05707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05707 is #1FA8F8. Grayscale: #777777. Windows color (decimal): -2074873 or 481248. OLE color: 481248.
HSL color Cylindrical-coordinate representation of color #E05707: hue angle of 22.12º 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 #E05707 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 7 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.12 |
| HSL | 22.12º | 0.94% | 0.45% | - |
| HSV(B) | 22.12º | 0.97% | 0.88% | - |
| XYZ | 34.19 | 22.68 | 2.78 | - |
| YUV | 118.84 | 64.89 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 7 | 0 | 0.61 | 0.97 | 0.12 | 22.12 | 0.94 | 0.45 |
| Hex | E0 | 57 | 7 | 0 | 3D | 61 | C | 16 | 5E | 2D |
| Octal | 340 | 127 | 7 | 0 | 75 | 141 | 14 | 26 | 136 | 55 |
| Binary | 11100000 | 1010111 | 111 | 0 | 111101 | 1100001 | 1100 | 10110 | 1011110 | 101101 |
Color Harmonies of #E05707
Complementary color
Monochromatic Colors of #E05707
Black with #E05707
Text Example
Text Example
White with #E05707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05707; }
p { color: rgb(224,87,7); }
H1.HeaderClassName
{
color: #E05707;
}
.AnyTagClassName
{
color: #E05707;
}
</style>
background-color css
<style>
a { background-color: #E05707; }
a { background-color: rgb(224,87,7); }
div.DivClassName
{
background-color: #E05707;
}
.BgClassName
{
background-color: #E05707;
}
</style>
border-color css
<style>
span { border-color: #E05707; }
span { border-color: rgb(224,87,7); }
td.TdClassName
{
border-color: #E05707;
}
.TagClassName
{
border-color: #E05707;
}
</style>