Shades of Chocolate #E5661B
Tints of Chocolate #E5661B
RGB
CMYK
RGB Variations
Color information
#E5661B (or 0xE5661B) is known color: Chocolate. HEX triplet: E5, 66 and 1B. RGB value is (229,102,27). Sum of RGB (Red+Green+Blue) = 229+102+27=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5661B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5661B is #1A99E4. Grayscale: #838383. Windows color (decimal): -1743333 or 1795813. OLE color: 1795813.
HSL color Cylindrical-coordinate representation of color #E5661B: hue angle of 22.28º 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 #E5661B is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 27 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.10 |
| HSL | 22.28º | 0.8% | 0.5% | - |
| HSV(B) | 22.28º | 0.88% | 0.9% | - |
| XYZ | 37.26 | 26.24 | 4.14 | - |
| YUV | 131.42 | 69.08 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 27 | 0 | 0.55 | 0.88 | 0.10 | 22.28 | 0.8 | 0.5 |
| Hex | E5 | 66 | 1B | 0 | 37 | 58 | A | 16 | 50 | 32 |
| Octal | 345 | 146 | 33 | 0 | 67 | 130 | 12 | 26 | 120 | 62 |
| Binary | 11100101 | 1100110 | 11011 | 0 | 110111 | 1011000 | 1010 | 10110 | 1010000 | 110010 |
Color Harmonies of #E5661B
Complementary color
Monochromatic Colors of #E5661B
Black with #E5661B
Text Example
Text Example
White with #E5661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5661B; }
p { color: rgb(229,102,27); }
H1.HeaderClassName
{
color: #E5661B;
}
.AnyTagClassName
{
color: #E5661B;
}
</style>
background-color css
<style>
a { background-color: #E5661B; }
a { background-color: rgb(229,102,27); }
div.DivClassName
{
background-color: #E5661B;
}
.BgClassName
{
background-color: #E5661B;
}
</style>
border-color css
<style>
span { border-color: #E5661B; }
span { border-color: rgb(229,102,27); }
td.TdClassName
{
border-color: #E5661B;
}
.TagClassName
{
border-color: #E5661B;
}
</style>