Shades of Corvette #EABB76
Tints of Corvette #EABB76
RGB
CMYK
RGB Variations
Color information
#EABB76 (or 0xEABB76) is known color: Corvette. HEX triplet: EA, BB and 76. RGB value is (234,187,118). Sum of RGB (Red+Green+Blue) = 234+187+118=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB76 is #154489. Grayscale: #C1C1C1. Windows color (decimal): -1393802 or 7781354. OLE color: 7781354.
HSL color Cylindrical-coordinate representation of color #EABB76: hue angle of 35.69º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EABB76 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 118 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.08 |
| HSL | 35.69º | 0.73% | 0.69% | - |
| HSV(B) | 35.69º | 0.5% | 0.92% | - |
| XYZ | 54.97 | 54.34 | 24.73 | - |
| YUV | 193.19 | 85.57 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 118 | 0 | 0.20 | 0.50 | 0.08 | 35.69 | 0.73 | 0.69 |
| Hex | EA | BB | 76 | 0 | 14 | 32 | 8 | 24 | 49 | 45 |
| Octal | 352 | 273 | 166 | 0 | 24 | 62 | 10 | 44 | 111 | 105 |
| Binary | 11101010 | 10111011 | 1110110 | 0 | 10100 | 110010 | 1000 | 100100 | 1001001 | 1000101 |
Color Harmonies of #EABB76
Complementary color
Monochromatic Colors of #EABB76
Black with #EABB76
Text Example
Text Example
White with #EABB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB76; }
p { color: rgb(234,187,118); }
H1.HeaderClassName
{
color: #EABB76;
}
.AnyTagClassName
{
color: #EABB76;
}
</style>
background-color css
<style>
a { background-color: #EABB76; }
a { background-color: rgb(234,187,118); }
div.DivClassName
{
background-color: #EABB76;
}
.BgClassName
{
background-color: #EABB76;
}
</style>
border-color css
<style>
span { border-color: #EABB76; }
span { border-color: rgb(234,187,118); }
td.TdClassName
{
border-color: #EABB76;
}
.TagClassName
{
border-color: #EABB76;
}
</style>