Shades of Persimmon #E05B0B
Tints of Persimmon #E05B0B
RGB
CMYK
RGB Variations
Color information
#E05B0B (or 0xE05B0B) is known color: Persimmon. HEX triplet: E0, 5B and 0B. RGB value is (224,91,11). Sum of RGB (Red+Green+Blue) = 224+91+11=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05B0B is #1FA4F4. Grayscale: #7A7A7A. Windows color (decimal): -2073845 or 744416. OLE color: 744416.
HSL color Cylindrical-coordinate representation of color #E05B0B: hue angle of 22.54º 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 #E05B0B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.12 |
| HSL | 22.54º | 0.91% | 0.46% | - |
| HSV(B) | 22.54º | 0.95% | 0.88% | - |
| XYZ | 34.54 | 23.35 | 3 | - |
| YUV | 121.65 | 65.56 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 11 | 0 | 0.59 | 0.95 | 0.12 | 22.54 | 0.91 | 0.46 |
| Hex | E0 | 5B | B | 0 | 3B | 5F | C | 17 | 5B | 2E |
| Octal | 340 | 133 | 13 | 0 | 73 | 137 | 14 | 27 | 133 | 56 |
| Binary | 11100000 | 1011011 | 1011 | 0 | 111011 | 1011111 | 1100 | 10111 | 1011011 | 101110 |
Color Harmonies of #E05B0B
Complementary color
Monochromatic Colors of #E05B0B
Black with #E05B0B
Text Example
Text Example
White with #E05B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B0B; }
p { color: rgb(224,91,11); }
H1.HeaderClassName
{
color: #E05B0B;
}
.AnyTagClassName
{
color: #E05B0B;
}
</style>
background-color css
<style>
a { background-color: #E05B0B; }
a { background-color: rgb(224,91,11); }
div.DivClassName
{
background-color: #E05B0B;
}
.BgClassName
{
background-color: #E05B0B;
}
</style>
border-color css
<style>
span { border-color: #E05B0B; }
span { border-color: rgb(224,91,11); }
td.TdClassName
{
border-color: #E05B0B;
}
.TagClassName
{
border-color: #E05B0B;
}
</style>