Shades of Persimmon #E06100
Tints of Persimmon #E06100
RGB
CMYK
RGB Variations
Color information
#E06100 (or 0xE06100) is known color: Persimmon. HEX triplet: E0, 61 and 00. RGB value is (224,97,0). Sum of RGB (Red+Green+Blue) = 224+97+0=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E06100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06100 is #1F9EFF. Grayscale: #7C7C7C. Windows color (decimal): -2072320 or 25056. OLE color: 25056.
HSL color Cylindrical-coordinate representation of color #E06100: hue angle of 25.98º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E06100 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.12 |
| HSL | 25.98º | 1% | 0.44% | - |
| HSV(B) | 25.98º | 1% | 0.88% | - |
| XYZ | 35.02 | 24.4 | 2.86 | - |
| YUV | 123.92 | 58.08 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 0 | 0 | 0.57 | 1 | 0.12 | 25.98 | 1 | 0.44 |
| Hex | E0 | 61 | 0 | 0 | 39 | 64 | C | 1A | 64 | 2C |
| Octal | 340 | 141 | 0 | 0 | 71 | 144 | 14 | 32 | 144 | 54 |
| Binary | 11100000 | 1100001 | 0 | 0 | 111001 | 1100100 | 1100 | 11010 | 1100100 | 101100 |
Color Harmonies of #E06100
Complementary color
Monochromatic Colors of #E06100
Black with #E06100
Text Example
Text Example
White with #E06100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06100; }
p { color: rgb(224,97,0); }
H1.HeaderClassName
{
color: #E06100;
}
.AnyTagClassName
{
color: #E06100;
}
</style>
background-color css
<style>
a { background-color: #E06100; }
a { background-color: rgb(224,97,0); }
div.DivClassName
{
background-color: #E06100;
}
.BgClassName
{
background-color: #E06100;
}
</style>
border-color css
<style>
span { border-color: #E06100; }
span { border-color: rgb(224,97,0); }
td.TdClassName
{
border-color: #E06100;
}
.TagClassName
{
border-color: #E06100;
}
</style>