Shades of Chocolate #E95B1D
Tints of Chocolate #E95B1D
RGB
CMYK
RGB Variations
Color information
#E95B1D (or 0xE95B1D) is known color: Chocolate. HEX triplet: E9, 5B and 1D. RGB value is (233,91,29). Sum of RGB (Red+Green+Blue) = 233+91+29=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95B1D is #16A4E2. Grayscale: #7E7E7E. Windows color (decimal): -1484003 or 1924073. OLE color: 1924073.
HSL color Cylindrical-coordinate representation of color #E95B1D: hue angle of 18.24º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E95B1D is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 91 | 29 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.09 |
| HSL | 18.24º | 0.82% | 0.51% | - |
| HSV(B) | 18.24º | 0.88% | 0.91% | - |
| XYZ | 37.57 | 24.89 | 3.99 | - |
| YUV | 126.39 | 73.04 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 29 | 0 | 0.61 | 0.88 | 0.09 | 18.24 | 0.82 | 0.51 |
| Hex | E9 | 5B | 1D | 0 | 3D | 58 | 9 | 12 | 52 | 33 |
| Octal | 351 | 133 | 35 | 0 | 75 | 130 | 11 | 22 | 122 | 63 |
| Binary | 11101001 | 1011011 | 11101 | 0 | 111101 | 1011000 | 1001 | 10010 | 1010010 | 110011 |
Color Harmonies of #E95B1D
Complementary color
Monochromatic Colors of #E95B1D
Black with #E95B1D
Text Example
Text Example
White with #E95B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95B1D; }
p { color: rgb(233,91,29); }
H1.HeaderClassName
{
color: #E95B1D;
}
.AnyTagClassName
{
color: #E95B1D;
}
</style>
background-color css
<style>
a { background-color: #E95B1D; }
a { background-color: rgb(233,91,29); }
div.DivClassName
{
background-color: #E95B1D;
}
.BgClassName
{
background-color: #E95B1D;
}
</style>
border-color css
<style>
span { border-color: #E95B1D; }
span { border-color: rgb(233,91,29); }
td.TdClassName
{
border-color: #E95B1D;
}
.TagClassName
{
border-color: #E95B1D;
}
</style>