Shades of Chocolate #E1671B
Tints of Chocolate #E1671B
RGB
CMYK
RGB Variations
Color information
#E1671B (or 0xE1671B) is known color: Chocolate. HEX triplet: E1, 67 and 1B. RGB value is (225,103,27). Sum of RGB (Red+Green+Blue) = 225+103+27=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1671B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1671B is #1E98E4. Grayscale: #838383. Windows color (decimal): -2005221 or 1796065. OLE color: 1796065.
HSL color Cylindrical-coordinate representation of color #E1671B: hue angle of 23.03º 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 #E1671B is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 27 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.12 |
| HSL | 23.03º | 0.79% | 0.49% | - |
| HSV(B) | 23.03º | 0.88% | 0.88% | - |
| XYZ | 36.1 | 25.79 | 4.11 | - |
| YUV | 130.81 | 69.42 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 27 | 0 | 0.54 | 0.88 | 0.12 | 23.03 | 0.79 | 0.49 |
| Hex | E1 | 67 | 1B | 0 | 36 | 58 | C | 17 | 4F | 31 |
| Octal | 341 | 147 | 33 | 0 | 66 | 130 | 14 | 27 | 117 | 61 |
| Binary | 11100001 | 1100111 | 11011 | 0 | 110110 | 1011000 | 1100 | 10111 | 1001111 | 110001 |
Color Harmonies of #E1671B
Complementary color
Monochromatic Colors of #E1671B
Black with #E1671B
Text Example
Text Example
White with #E1671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1671B; }
p { color: rgb(225,103,27); }
H1.HeaderClassName
{
color: #E1671B;
}
.AnyTagClassName
{
color: #E1671B;
}
</style>
background-color css
<style>
a { background-color: #E1671B; }
a { background-color: rgb(225,103,27); }
div.DivClassName
{
background-color: #E1671B;
}
.BgClassName
{
background-color: #E1671B;
}
</style>
border-color css
<style>
span { border-color: #E1671B; }
span { border-color: rgb(225,103,27); }
td.TdClassName
{
border-color: #E1671B;
}
.TagClassName
{
border-color: #E1671B;
}
</style>