Shades of Chocolate #E76A19
Tints of Chocolate #E76A19
RGB
CMYK
RGB Variations
Color information
#E76A19 (or 0xE76A19) is known color: Chocolate. HEX triplet: E7, 6A and 19. RGB value is (231,106,25). Sum of RGB (Red+Green+Blue) = 231+106+25=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76A19 is #1895E6. Grayscale: #868686. Windows color (decimal): -1611239 or 1665767. OLE color: 1665767.
HSL color Cylindrical-coordinate representation of color #E76A19: hue angle of 23.59º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E76A19 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 25 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.09 |
| HSL | 23.59º | 0.81% | 0.5% | - |
| HSV(B) | 23.59º | 0.89% | 0.91% | - |
| XYZ | 38.28 | 27.37 | 4.18 | - |
| YUV | 134.14 | 66.41 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 25 | 0 | 0.54 | 0.89 | 0.09 | 23.59 | 0.81 | 0.5 |
| Hex | E7 | 6A | 19 | 0 | 36 | 59 | 9 | 18 | 51 | 32 |
| Octal | 347 | 152 | 31 | 0 | 66 | 131 | 11 | 30 | 121 | 62 |
| Binary | 11100111 | 1101010 | 11001 | 0 | 110110 | 1011001 | 1001 | 11000 | 1010001 | 110010 |
Color Harmonies of #E76A19
Complementary color
Monochromatic Colors of #E76A19
Black with #E76A19
Text Example
Text Example
White with #E76A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A19; }
p { color: rgb(231,106,25); }
H1.HeaderClassName
{
color: #E76A19;
}
.AnyTagClassName
{
color: #E76A19;
}
</style>
background-color css
<style>
a { background-color: #E76A19; }
a { background-color: rgb(231,106,25); }
div.DivClassName
{
background-color: #E76A19;
}
.BgClassName
{
background-color: #E76A19;
}
</style>
border-color css
<style>
span { border-color: #E76A19; }
span { border-color: rgb(231,106,25); }
td.TdClassName
{
border-color: #E76A19;
}
.TagClassName
{
border-color: #E76A19;
}
</style>