Shades of Persimmon #E05E08
Tints of Persimmon #E05E08
RGB
CMYK
RGB Variations
Color information
#E05E08 (or 0xE05E08) is known color: Persimmon. HEX triplet: E0, 5E and 08. RGB value is (224,94,8). Sum of RGB (Red+Green+Blue) = 224+94+8=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05E08 is #1FA1F7. Grayscale: #7B7B7B. Windows color (decimal): -2073080 or 548576. OLE color: 548576.
HSL color Cylindrical-coordinate representation of color #E05E08: hue angle of 23.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E05E08 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.12 |
| HSL | 23.89º | 0.93% | 0.45% | - |
| HSV(B) | 23.89º | 0.96% | 0.88% | - |
| XYZ | 34.79 | 23.87 | 3 | - |
| YUV | 123.07 | 63.07 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 8 | 0 | 0.58 | 0.96 | 0.12 | 23.89 | 0.93 | 0.45 |
| Hex | E0 | 5E | 8 | 0 | 3A | 60 | C | 18 | 5D | 2D |
| Octal | 340 | 136 | 10 | 0 | 72 | 140 | 14 | 30 | 135 | 55 |
| Binary | 11100000 | 1011110 | 1000 | 0 | 111010 | 1100000 | 1100 | 11000 | 1011101 | 101101 |
Color Harmonies of #E05E08
Complementary color
Monochromatic Colors of #E05E08
Black with #E05E08
Text Example
Text Example
White with #E05E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E08; }
p { color: rgb(224,94,8); }
H1.HeaderClassName
{
color: #E05E08;
}
.AnyTagClassName
{
color: #E05E08;
}
</style>
background-color css
<style>
a { background-color: #E05E08; }
a { background-color: rgb(224,94,8); }
div.DivClassName
{
background-color: #E05E08;
}
.BgClassName
{
background-color: #E05E08;
}
</style>
border-color css
<style>
span { border-color: #E05E08; }
span { border-color: rgb(224,94,8); }
td.TdClassName
{
border-color: #E05E08;
}
.TagClassName
{
border-color: #E05E08;
}
</style>