Shades of Chocolate #E95E1D
Tints of Chocolate #E95E1D
RGB
CMYK
RGB Variations
Color information
#E95E1D (or 0xE95E1D) is known color: Chocolate. HEX triplet: E9, 5E and 1D. RGB value is (233,94,29). Sum of RGB (Red+Green+Blue) = 233+94+29=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95E1D is #16A1E2. Grayscale: #808080. Windows color (decimal): -1483235 or 1924841. OLE color: 1924841.
HSL color Cylindrical-coordinate representation of color #E95E1D: hue angle of 19.12º 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 #E95E1D is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 29 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.09 |
| HSL | 19.12º | 0.82% | 0.51% | - |
| HSV(B) | 19.12º | 0.88% | 0.91% | - |
| XYZ | 37.83 | 25.42 | 4.07 | - |
| YUV | 128.15 | 72.05 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 29 | 0 | 0.60 | 0.88 | 0.09 | 19.12 | 0.82 | 0.51 |
| Hex | E9 | 5E | 1D | 0 | 3C | 58 | 9 | 13 | 52 | 33 |
| Octal | 351 | 136 | 35 | 0 | 74 | 130 | 11 | 23 | 122 | 63 |
| Binary | 11101001 | 1011110 | 11101 | 0 | 111100 | 1011000 | 1001 | 10011 | 1010010 | 110011 |
Color Harmonies of #E95E1D
Complementary color
Monochromatic Colors of #E95E1D
Black with #E95E1D
Text Example
Text Example
White with #E95E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95E1D; }
p { color: rgb(233,94,29); }
H1.HeaderClassName
{
color: #E95E1D;
}
.AnyTagClassName
{
color: #E95E1D;
}
</style>
background-color css
<style>
a { background-color: #E95E1D; }
a { background-color: rgb(233,94,29); }
div.DivClassName
{
background-color: #E95E1D;
}
.BgClassName
{
background-color: #E95E1D;
}
</style>
border-color css
<style>
span { border-color: #E95E1D; }
span { border-color: rgb(233,94,29); }
td.TdClassName
{
border-color: #E95E1D;
}
.TagClassName
{
border-color: #E95E1D;
}
</style>