Shades of Persimmon #E06107
Tints of Persimmon #E06107
RGB
CMYK
RGB Variations
Color information
#E06107 (or 0xE06107) is known color: Persimmon. HEX triplet: E0, 61 and 07. RGB value is (224,97,7). Sum of RGB (Red+Green+Blue) = 224+97+7=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E06107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06107 is #1F9EF8. Grayscale: #7D7D7D. Windows color (decimal): -2072313 or 483808. OLE color: 483808.
HSL color Cylindrical-coordinate representation of color #E06107: hue angle of 24.88º 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 #E06107 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 7 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.12 |
| HSL | 24.88º | 0.94% | 0.45% | - |
| HSV(B) | 24.88º | 0.97% | 0.88% | - |
| XYZ | 35.05 | 24.41 | 3.07 | - |
| YUV | 124.71 | 61.58 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 7 | 0 | 0.57 | 0.97 | 0.12 | 24.88 | 0.94 | 0.45 |
| Hex | E0 | 61 | 7 | 0 | 39 | 61 | C | 19 | 5E | 2D |
| Octal | 340 | 141 | 7 | 0 | 71 | 141 | 14 | 31 | 136 | 55 |
| Binary | 11100000 | 1100001 | 111 | 0 | 111001 | 1100001 | 1100 | 11001 | 1011110 | 101101 |
Color Harmonies of #E06107
Complementary color
Monochromatic Colors of #E06107
Black with #E06107
Text Example
Text Example
White with #E06107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06107; }
p { color: rgb(224,97,7); }
H1.HeaderClassName
{
color: #E06107;
}
.AnyTagClassName
{
color: #E06107;
}
</style>
background-color css
<style>
a { background-color: #E06107; }
a { background-color: rgb(224,97,7); }
div.DivClassName
{
background-color: #E06107;
}
.BgClassName
{
background-color: #E06107;
}
</style>
border-color css
<style>
span { border-color: #E06107; }
span { border-color: rgb(224,97,7); }
td.TdClassName
{
border-color: #E06107;
}
.TagClassName
{
border-color: #E06107;
}
</style>