Shades of Chocolate #E2671F
Tints of Chocolate #E2671F
RGB
CMYK
RGB Variations
Color information
#E2671F (or 0xE2671F) is known color: Chocolate. HEX triplet: E2, 67 and 1F. RGB value is (226,103,31). Sum of RGB (Red+Green+Blue) = 226+103+31=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E2671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2671F is #1D98E0. Grayscale: #838383. Windows color (decimal): -1939681 or 2058210. OLE color: 2058210.
HSL color Cylindrical-coordinate representation of color #E2671F: hue angle of 22.15º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2671F is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 31 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.11 |
| HSL | 22.15º | 0.77% | 0.5% | - |
| HSV(B) | 22.15º | 0.86% | 0.89% | - |
| XYZ | 36.46 | 25.97 | 4.39 | - |
| YUV | 131.57 | 71.25 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 31 | 0 | 0.54 | 0.86 | 0.11 | 22.15 | 0.77 | 0.5 |
| Hex | E2 | 67 | 1F | 0 | 36 | 56 | B | 16 | 4D | 32 |
| Octal | 342 | 147 | 37 | 0 | 66 | 126 | 13 | 26 | 115 | 62 |
| Binary | 11100010 | 1100111 | 11111 | 0 | 110110 | 1010110 | 1011 | 10110 | 1001101 | 110010 |
Color Harmonies of #E2671F
Complementary color
Monochromatic Colors of #E2671F
Black with #E2671F
Text Example
Text Example
White with #E2671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2671F; }
p { color: rgb(226,103,31); }
H1.HeaderClassName
{
color: #E2671F;
}
.AnyTagClassName
{
color: #E2671F;
}
</style>
background-color css
<style>
a { background-color: #E2671F; }
a { background-color: rgb(226,103,31); }
div.DivClassName
{
background-color: #E2671F;
}
.BgClassName
{
background-color: #E2671F;
}
</style>
border-color css
<style>
span { border-color: #E2671F; }
span { border-color: rgb(226,103,31); }
td.TdClassName
{
border-color: #E2671F;
}
.TagClassName
{
border-color: #E2671F;
}
</style>