Shades of Chocolate #E75F1E
Tints of Chocolate #E75F1E
RGB
CMYK
RGB Variations
Color information
#E75F1E (or 0xE75F1E) is known color: Chocolate. HEX triplet: E7, 5F and 1E. RGB value is (231,95,30). Sum of RGB (Red+Green+Blue) = 231+95+30=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75F1E is #18A0E1. Grayscale: #808080. Windows color (decimal): -1614050 or 1990631. OLE color: 1990631.
HSL color Cylindrical-coordinate representation of color #E75F1E: hue angle of 19.4º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E75F1E is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 95 | 30 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.09 |
| HSL | 19.4º | 0.81% | 0.51% | - |
| HSV(B) | 19.4º | 0.87% | 0.91% | - |
| XYZ | 37.28 | 25.27 | 4.14 | - |
| YUV | 128.25 | 72.56 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 95 | 30 | 0 | 0.59 | 0.87 | 0.09 | 19.4 | 0.81 | 0.51 |
| Hex | E7 | 5F | 1E | 0 | 3B | 57 | 9 | 13 | 51 | 33 |
| Octal | 347 | 137 | 36 | 0 | 73 | 127 | 11 | 23 | 121 | 63 |
| Binary | 11100111 | 1011111 | 11110 | 0 | 111011 | 1010111 | 1001 | 10011 | 1010001 | 110011 |
Color Harmonies of #E75F1E
Complementary color
Monochromatic Colors of #E75F1E
Black with #E75F1E
Text Example
Text Example
White with #E75F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75F1E; }
p { color: rgb(231,95,30); }
H1.HeaderClassName
{
color: #E75F1E;
}
.AnyTagClassName
{
color: #E75F1E;
}
</style>
background-color css
<style>
a { background-color: #E75F1E; }
a { background-color: rgb(231,95,30); }
div.DivClassName
{
background-color: #E75F1E;
}
.BgClassName
{
background-color: #E75F1E;
}
</style>
border-color css
<style>
span { border-color: #E75F1E; }
span { border-color: rgb(231,95,30); }
td.TdClassName
{
border-color: #E75F1E;
}
.TagClassName
{
border-color: #E75F1E;
}
</style>