Shades of Chocolate #E06A1A
Tints of Chocolate #E06A1A
RGB
CMYK
RGB Variations
Color information
#E06A1A (or 0xE06A1A) is known color: Chocolate. HEX triplet: E0, 6A and 1A. RGB value is (224,106,26). Sum of RGB (Red+Green+Blue) = 224+106+26=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06A1A is #1F95E5. Grayscale: #848484. Windows color (decimal): -2069990 or 1731296. OLE color: 1731296.
HSL color Cylindrical-coordinate representation of color #E06A1A: hue angle of 24.24º 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 #E06A1A is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 26 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.12 |
| HSL | 24.24º | 0.79% | 0.49% | - |
| HSV(B) | 24.24º | 0.88% | 0.88% | - |
| XYZ | 36.08 | 26.23 | 4.14 | - |
| YUV | 132.16 | 68.09 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 26 | 0 | 0.53 | 0.88 | 0.12 | 24.24 | 0.79 | 0.49 |
| Hex | E0 | 6A | 1A | 0 | 35 | 58 | C | 18 | 4F | 31 |
| Octal | 340 | 152 | 32 | 0 | 65 | 130 | 14 | 30 | 117 | 61 |
| Binary | 11100000 | 1101010 | 11010 | 0 | 110101 | 1011000 | 1100 | 11000 | 1001111 | 110001 |
Color Harmonies of #E06A1A
Complementary color
Monochromatic Colors of #E06A1A
Black with #E06A1A
Text Example
Text Example
White with #E06A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A1A; }
p { color: rgb(224,106,26); }
H1.HeaderClassName
{
color: #E06A1A;
}
.AnyTagClassName
{
color: #E06A1A;
}
</style>
background-color css
<style>
a { background-color: #E06A1A; }
a { background-color: rgb(224,106,26); }
div.DivClassName
{
background-color: #E06A1A;
}
.BgClassName
{
background-color: #E06A1A;
}
</style>
border-color css
<style>
span { border-color: #E06A1A; }
span { border-color: rgb(224,106,26); }
td.TdClassName
{
border-color: #E06A1A;
}
.TagClassName
{
border-color: #E06A1A;
}
</style>