Shades of Persimmon #E05D0B
Tints of Persimmon #E05D0B
RGB
CMYK
RGB Variations
Color information
#E05D0B (or 0xE05D0B) is known color: Persimmon. HEX triplet: E0, 5D and 0B. RGB value is (224,93,11). Sum of RGB (Red+Green+Blue) = 224+93+11=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D0B is #1FA2F4. Grayscale: #7B7B7B. Windows color (decimal): -2073333 or 744928. OLE color: 744928.
HSL color Cylindrical-coordinate representation of color #E05D0B: hue angle of 23.1º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E05D0B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.12 |
| HSL | 23.1º | 0.91% | 0.46% | - |
| HSV(B) | 23.1º | 0.95% | 0.88% | - |
| XYZ | 34.72 | 23.7 | 3.06 | - |
| YUV | 122.82 | 64.9 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 11 | 0 | 0.58 | 0.95 | 0.12 | 23.1 | 0.91 | 0.46 |
| Hex | E0 | 5D | B | 0 | 3A | 5F | C | 17 | 5B | 2E |
| Octal | 340 | 135 | 13 | 0 | 72 | 137 | 14 | 27 | 133 | 56 |
| Binary | 11100000 | 1011101 | 1011 | 0 | 111010 | 1011111 | 1100 | 10111 | 1011011 | 101110 |
Color Harmonies of #E05D0B
Complementary color
Monochromatic Colors of #E05D0B
Black with #E05D0B
Text Example
Text Example
White with #E05D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D0B; }
p { color: rgb(224,93,11); }
H1.HeaderClassName
{
color: #E05D0B;
}
.AnyTagClassName
{
color: #E05D0B;
}
</style>
background-color css
<style>
a { background-color: #E05D0B; }
a { background-color: rgb(224,93,11); }
div.DivClassName
{
background-color: #E05D0B;
}
.BgClassName
{
background-color: #E05D0B;
}
</style>
border-color css
<style>
span { border-color: #E05D0B; }
span { border-color: rgb(224,93,11); }
td.TdClassName
{
border-color: #E05D0B;
}
.TagClassName
{
border-color: #E05D0B;
}
</style>