Shades of Persimmon #E05A0B
Tints of Persimmon #E05A0B
RGB
CMYK
RGB Variations
Color information
#E05A0B (or 0xE05A0B) is known color: Persimmon. HEX triplet: E0, 5A and 0B. RGB value is (224,90,11). Sum of RGB (Red+Green+Blue) = 224+90+11=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05A0B is #1FA5F4. Grayscale: #797979. Windows color (decimal): -2074101 or 744160. OLE color: 744160.
HSL color Cylindrical-coordinate representation of color #E05A0B: hue angle of 22.25º 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 #E05A0B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.12 |
| HSL | 22.25º | 0.91% | 0.46% | - |
| HSV(B) | 22.25º | 0.95% | 0.88% | - |
| XYZ | 34.46 | 23.18 | 2.98 | - |
| YUV | 121.06 | 65.89 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 11 | 0 | 0.60 | 0.95 | 0.12 | 22.25 | 0.91 | 0.46 |
| Hex | E0 | 5A | B | 0 | 3C | 5F | C | 16 | 5B | 2E |
| Octal | 340 | 132 | 13 | 0 | 74 | 137 | 14 | 26 | 133 | 56 |
| Binary | 11100000 | 1011010 | 1011 | 0 | 111100 | 1011111 | 1100 | 10110 | 1011011 | 101110 |
Color Harmonies of #E05A0B
Complementary color
Monochromatic Colors of #E05A0B
Black with #E05A0B
Text Example
Text Example
White with #E05A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A0B; }
p { color: rgb(224,90,11); }
H1.HeaderClassName
{
color: #E05A0B;
}
.AnyTagClassName
{
color: #E05A0B;
}
</style>
background-color css
<style>
a { background-color: #E05A0B; }
a { background-color: rgb(224,90,11); }
div.DivClassName
{
background-color: #E05A0B;
}
.BgClassName
{
background-color: #E05A0B;
}
</style>
border-color css
<style>
span { border-color: #E05A0B; }
span { border-color: rgb(224,90,11); }
td.TdClassName
{
border-color: #E05A0B;
}
.TagClassName
{
border-color: #E05A0B;
}
</style>