Shades of Persimmon #E05B08
Tints of Persimmon #E05B08
RGB
CMYK
RGB Variations
Color information
#E05B08 (or 0xE05B08) is known color: Persimmon. HEX triplet: E0, 5B and 08. RGB value is (224,91,8). Sum of RGB (Red+Green+Blue) = 224+91+8=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05B08 is #1FA4F7. Grayscale: #797979. Windows color (decimal): -2073848 or 547808. OLE color: 547808.
HSL color Cylindrical-coordinate representation of color #E05B08: hue angle of 23.06º 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 #E05B08 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.12 |
| HSL | 23.06º | 0.93% | 0.45% | - |
| HSV(B) | 23.06º | 0.96% | 0.88% | - |
| XYZ | 34.53 | 23.35 | 2.92 | - |
| YUV | 121.31 | 64.06 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 8 | 0 | 0.59 | 0.96 | 0.12 | 23.06 | 0.93 | 0.45 |
| Hex | E0 | 5B | 8 | 0 | 3B | 60 | C | 17 | 5D | 2D |
| Octal | 340 | 133 | 10 | 0 | 73 | 140 | 14 | 27 | 135 | 55 |
| Binary | 11100000 | 1011011 | 1000 | 0 | 111011 | 1100000 | 1100 | 10111 | 1011101 | 101101 |
Color Harmonies of #E05B08
Complementary color
Monochromatic Colors of #E05B08
Black with #E05B08
Text Example
Text Example
White with #E05B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B08; }
p { color: rgb(224,91,8); }
H1.HeaderClassName
{
color: #E05B08;
}
.AnyTagClassName
{
color: #E05B08;
}
</style>
background-color css
<style>
a { background-color: #E05B08; }
a { background-color: rgb(224,91,8); }
div.DivClassName
{
background-color: #E05B08;
}
.BgClassName
{
background-color: #E05B08;
}
</style>
border-color css
<style>
span { border-color: #E05B08; }
span { border-color: rgb(224,91,8); }
td.TdClassName
{
border-color: #E05B08;
}
.TagClassName
{
border-color: #E05B08;
}
</style>