Shades of Chocolate #E95D1E
Tints of Chocolate #E95D1E
RGB
CMYK
RGB Variations
Color information
#E95D1E (or 0xE95D1E) is known color: Chocolate. HEX triplet: E9, 5D and 1E. RGB value is (233,93,30). Sum of RGB (Red+Green+Blue) = 233+93+30=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95D1E is #16A2E1. Grayscale: #808080. Windows color (decimal): -1483490 or 1990121. OLE color: 1990121.
HSL color Cylindrical-coordinate representation of color #E95D1E: hue angle of 18.62º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E95D1E is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 30 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.09 |
| HSL | 18.62º | 0.82% | 0.52% | - |
| HSV(B) | 18.62º | 0.87% | 0.91% | - |
| XYZ | 37.75 | 25.25 | 4.11 | - |
| YUV | 127.68 | 72.88 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 30 | 0 | 0.60 | 0.87 | 0.09 | 18.62 | 0.82 | 0.52 |
| Hex | E9 | 5D | 1E | 0 | 3C | 57 | 9 | 13 | 52 | 34 |
| Octal | 351 | 135 | 36 | 0 | 74 | 127 | 11 | 23 | 122 | 64 |
| Binary | 11101001 | 1011101 | 11110 | 0 | 111100 | 1010111 | 1001 | 10011 | 1010010 | 110100 |
Color Harmonies of #E95D1E
Complementary color
Monochromatic Colors of #E95D1E
Black with #E95D1E
Text Example
Text Example
White with #E95D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95D1E; }
p { color: rgb(233,93,30); }
H1.HeaderClassName
{
color: #E95D1E;
}
.AnyTagClassName
{
color: #E95D1E;
}
</style>
background-color css
<style>
a { background-color: #E95D1E; }
a { background-color: rgb(233,93,30); }
div.DivClassName
{
background-color: #E95D1E;
}
.BgClassName
{
background-color: #E95D1E;
}
</style>
border-color css
<style>
span { border-color: #E95D1E; }
span { border-color: rgb(233,93,30); }
td.TdClassName
{
border-color: #E95D1E;
}
.TagClassName
{
border-color: #E95D1E;
}
</style>