Shades of Chocolate #E5641C
Tints of Chocolate #E5641C
RGB
CMYK
RGB Variations
Color information
#E5641C (or 0xE5641C) is known color: Chocolate. HEX triplet: E5, 64 and 1C. RGB value is (229,100,28). Sum of RGB (Red+Green+Blue) = 229+100+28=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5641C is #1A9BE3. Grayscale: #828282. Windows color (decimal): -1743844 or 1860837. OLE color: 1860837.
HSL color Cylindrical-coordinate representation of color #E5641C: hue angle of 21.49º degrees, saturation: 0.79, 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 #E5641C is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 28 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.10 |
| HSL | 21.49º | 0.79% | 0.5% | - |
| HSV(B) | 21.49º | 0.88% | 0.9% | - |
| XYZ | 37.08 | 25.86 | 4.14 | - |
| YUV | 130.36 | 70.24 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 28 | 0 | 0.56 | 0.88 | 0.10 | 21.49 | 0.79 | 0.5 |
| Hex | E5 | 64 | 1C | 0 | 38 | 58 | A | 15 | 4F | 32 |
| Octal | 345 | 144 | 34 | 0 | 70 | 130 | 12 | 25 | 117 | 62 |
| Binary | 11100101 | 1100100 | 11100 | 0 | 111000 | 1011000 | 1010 | 10101 | 1001111 | 110010 |
Color Harmonies of #E5641C
Complementary color
Monochromatic Colors of #E5641C
Black with #E5641C
Text Example
Text Example
White with #E5641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5641C; }
p { color: rgb(229,100,28); }
H1.HeaderClassName
{
color: #E5641C;
}
.AnyTagClassName
{
color: #E5641C;
}
</style>
background-color css
<style>
a { background-color: #E5641C; }
a { background-color: rgb(229,100,28); }
div.DivClassName
{
background-color: #E5641C;
}
.BgClassName
{
background-color: #E5641C;
}
</style>
border-color css
<style>
span { border-color: #E5641C; }
span { border-color: rgb(229,100,28); }
td.TdClassName
{
border-color: #E5641C;
}
.TagClassName
{
border-color: #E5641C;
}
</style>