Shades of Chocolate #E05B1B
Tints of Chocolate #E05B1B
RGB
CMYK
RGB Variations
Color information
#E05B1B (or 0xE05B1B) is known color: Chocolate. HEX triplet: E0, 5B and 1B. RGB value is (224,91,27). Sum of RGB (Red+Green+Blue) = 224+91+27=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05B1B is #1FA4E4. Grayscale: #7B7B7B. Windows color (decimal): -2073829 or 1792992. OLE color: 1792992.
HSL color Cylindrical-coordinate representation of color #E05B1B: hue angle of 19.49º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E05B1B is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 27 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.12 |
| HSL | 19.49º | 0.78% | 0.49% | - |
| HSV(B) | 19.49º | 0.88% | 0.88% | - |
| XYZ | 34.68 | 23.41 | 3.73 | - |
| YUV | 123.47 | 73.56 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 27 | 0 | 0.59 | 0.88 | 0.12 | 19.49 | 0.78 | 0.49 |
| Hex | E0 | 5B | 1B | 0 | 3B | 58 | C | 13 | 4E | 31 |
| Octal | 340 | 133 | 33 | 0 | 73 | 130 | 14 | 23 | 116 | 61 |
| Binary | 11100000 | 1011011 | 11011 | 0 | 111011 | 1011000 | 1100 | 10011 | 1001110 | 110001 |
Color Harmonies of #E05B1B
Complementary color
Monochromatic Colors of #E05B1B
Black with #E05B1B
Text Example
Text Example
White with #E05B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B1B; }
p { color: rgb(224,91,27); }
H1.HeaderClassName
{
color: #E05B1B;
}
.AnyTagClassName
{
color: #E05B1B;
}
</style>
background-color css
<style>
a { background-color: #E05B1B; }
a { background-color: rgb(224,91,27); }
div.DivClassName
{
background-color: #E05B1B;
}
.BgClassName
{
background-color: #E05B1B;
}
</style>
border-color css
<style>
span { border-color: #E05B1B; }
span { border-color: rgb(224,91,27); }
td.TdClassName
{
border-color: #E05B1B;
}
.TagClassName
{
border-color: #E05B1B;
}
</style>