Shades of Corvette #EAB77E
Tints of Corvette #EAB77E
RGB
CMYK
RGB Variations
Color information
#EAB77E (or 0xEAB77E) is known color: Corvette. HEX triplet: EA, B7 and 7E. RGB value is (234,183,126). Sum of RGB (Red+Green+Blue) = 234+183+126=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB77E is #154881. Grayscale: #C0C0C0. Windows color (decimal): -1394818 or 8304618. OLE color: 8304618.
HSL color Cylindrical-coordinate representation of color #EAB77E: hue angle of 31.67º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAB77E is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 126 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.08 |
| HSL | 31.67º | 0.72% | 0.71% | - |
| HSV(B) | 31.67º | 0.46% | 0.92% | - |
| XYZ | 54.63 | 52.87 | 27.06 | - |
| YUV | 191.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 126 | 0 | 0.22 | 0.46 | 0.08 | 31.67 | 0.72 | 0.71 |
| Hex | EA | B7 | 7E | 0 | 16 | 2E | 8 | 20 | 48 | 47 |
| Octal | 352 | 267 | 176 | 0 | 26 | 56 | 10 | 40 | 110 | 107 |
| Binary | 11101010 | 10110111 | 1111110 | 0 | 10110 | 101110 | 1000 | 100000 | 1001000 | 1000111 |
Color Harmonies of #EAB77E
Complementary color
Monochromatic Colors of #EAB77E
Black with #EAB77E
Text Example
Text Example
White with #EAB77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB77E; }
p { color: rgb(234,183,126); }
H1.HeaderClassName
{
color: #EAB77E;
}
.AnyTagClassName
{
color: #EAB77E;
}
</style>
background-color css
<style>
a { background-color: #EAB77E; }
a { background-color: rgb(234,183,126); }
div.DivClassName
{
background-color: #EAB77E;
}
.BgClassName
{
background-color: #EAB77E;
}
</style>
border-color css
<style>
span { border-color: #EAB77E; }
span { border-color: rgb(234,183,126); }
td.TdClassName
{
border-color: #EAB77E;
}
.TagClassName
{
border-color: #EAB77E;
}
</style>