Shades of Chocolate #E5691B
Tints of Chocolate #E5691B
RGB
CMYK
RGB Variations
Color information
#E5691B (or 0xE5691B) is known color: Chocolate. HEX triplet: E5, 69 and 1B. RGB value is (229,105,27). Sum of RGB (Red+Green+Blue) = 229+105+27=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E5691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5691B is #1A96E4. Grayscale: #858585. Windows color (decimal): -1742565 or 1796581. OLE color: 1796581.
HSL color Cylindrical-coordinate representation of color #E5691B: hue angle of 23.17º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5691B is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 27 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.10 |
| HSL | 23.17º | 0.8% | 0.5% | - |
| HSV(B) | 23.17º | 0.88% | 0.9% | - |
| XYZ | 37.56 | 26.84 | 4.24 | - |
| YUV | 133.18 | 68.08 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 27 | 0 | 0.54 | 0.88 | 0.10 | 23.17 | 0.8 | 0.5 |
| Hex | E5 | 69 | 1B | 0 | 36 | 58 | A | 17 | 50 | 32 |
| Octal | 345 | 151 | 33 | 0 | 66 | 130 | 12 | 27 | 120 | 62 |
| Binary | 11100101 | 1101001 | 11011 | 0 | 110110 | 1011000 | 1010 | 10111 | 1010000 | 110010 |
Color Harmonies of #E5691B
Complementary color
Monochromatic Colors of #E5691B
Black with #E5691B
Text Example
Text Example
White with #E5691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5691B; }
p { color: rgb(229,105,27); }
H1.HeaderClassName
{
color: #E5691B;
}
.AnyTagClassName
{
color: #E5691B;
}
</style>
background-color css
<style>
a { background-color: #E5691B; }
a { background-color: rgb(229,105,27); }
div.DivClassName
{
background-color: #E5691B;
}
.BgClassName
{
background-color: #E5691B;
}
</style>
border-color css
<style>
span { border-color: #E5691B; }
span { border-color: rgb(229,105,27); }
td.TdClassName
{
border-color: #E5691B;
}
.TagClassName
{
border-color: #E5691B;
}
</style>