Shades of Persimmon #E05B0D
Tints of Persimmon #E05B0D
RGB
CMYK
RGB Variations
Color information
#E05B0D (or 0xE05B0D) is known color: Persimmon. HEX triplet: E0, 5B and 0D. RGB value is (224,91,13). Sum of RGB (Red+Green+Blue) = 224+91+13=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05B0D is #1FA4F2. Grayscale: #7A7A7A. Windows color (decimal): -2073843 or 875488. OLE color: 875488.
HSL color Cylindrical-coordinate representation of color #E05B0D: hue angle of 22.18º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E05B0D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 13 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.12 |
| HSL | 22.18º | 0.89% | 0.46% | - |
| HSV(B) | 22.18º | 0.94% | 0.88% | - |
| XYZ | 34.55 | 23.36 | 3.07 | - |
| YUV | 121.88 | 66.56 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 13 | 0 | 0.59 | 0.94 | 0.12 | 22.18 | 0.89 | 0.46 |
| Hex | E0 | 5B | D | 0 | 3B | 5E | C | 16 | 59 | 2E |
| Octal | 340 | 133 | 15 | 0 | 73 | 136 | 14 | 26 | 131 | 56 |
| Binary | 11100000 | 1011011 | 1101 | 0 | 111011 | 1011110 | 1100 | 10110 | 1011001 | 101110 |
Color Harmonies of #E05B0D
Complementary color
Monochromatic Colors of #E05B0D
Black with #E05B0D
Text Example
Text Example
White with #E05B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B0D; }
p { color: rgb(224,91,13); }
H1.HeaderClassName
{
color: #E05B0D;
}
.AnyTagClassName
{
color: #E05B0D;
}
</style>
background-color css
<style>
a { background-color: #E05B0D; }
a { background-color: rgb(224,91,13); }
div.DivClassName
{
background-color: #E05B0D;
}
.BgClassName
{
background-color: #E05B0D;
}
</style>
border-color css
<style>
span { border-color: #E05B0D; }
span { border-color: rgb(224,91,13); }
td.TdClassName
{
border-color: #E05B0D;
}
.TagClassName
{
border-color: #E05B0D;
}
</style>