Shades of Chocolate #E1691B
Tints of Chocolate #E1691B
RGB
CMYK
RGB Variations
Color information
#E1691B (or 0xE1691B) is known color: Chocolate. HEX triplet: E1, 69 and 1B. RGB value is (225,105,27). Sum of RGB (Red+Green+Blue) = 225+105+27=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E1691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1691B is #1E96E4. Grayscale: #848484. Windows color (decimal): -2004709 or 1796577. OLE color: 1796577.
HSL color Cylindrical-coordinate representation of color #E1691B: hue angle of 23.64º degrees, saturation: 0.79, 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 #E1691B is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 27 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.12 |
| HSL | 23.64º | 0.79% | 0.49% | - |
| HSV(B) | 23.64º | 0.88% | 0.88% | - |
| XYZ | 36.3 | 26.19 | 4.18 | - |
| YUV | 131.99 | 68.76 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 27 | 0 | 0.53 | 0.88 | 0.12 | 23.64 | 0.79 | 0.49 |
| Hex | E1 | 69 | 1B | 0 | 35 | 58 | C | 18 | 4F | 31 |
| Octal | 341 | 151 | 33 | 0 | 65 | 130 | 14 | 30 | 117 | 61 |
| Binary | 11100001 | 1101001 | 11011 | 0 | 110101 | 1011000 | 1100 | 11000 | 1001111 | 110001 |
Color Harmonies of #E1691B
Complementary color
Monochromatic Colors of #E1691B
Black with #E1691B
Text Example
Text Example
White with #E1691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1691B; }
p { color: rgb(225,105,27); }
H1.HeaderClassName
{
color: #E1691B;
}
.AnyTagClassName
{
color: #E1691B;
}
</style>
background-color css
<style>
a { background-color: #E1691B; }
a { background-color: rgb(225,105,27); }
div.DivClassName
{
background-color: #E1691B;
}
.BgClassName
{
background-color: #E1691B;
}
</style>
border-color css
<style>
span { border-color: #E1691B; }
span { border-color: rgb(225,105,27); }
td.TdClassName
{
border-color: #E1691B;
}
.TagClassName
{
border-color: #E1691B;
}
</style>