Shades of Corvette #EAB77C
Tints of Corvette #EAB77C
RGB
CMYK
RGB Variations
Color information
#EAB77C (or 0xEAB77C) is known color: Corvette. HEX triplet: EA, B7 and 7C. RGB value is (234,183,124). Sum of RGB (Red+Green+Blue) = 234+183+124=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB77C is #154883. Grayscale: #BFBFBF. Windows color (decimal): -1394820 or 8173546. OLE color: 8173546.
HSL color Cylindrical-coordinate representation of color #EAB77C: hue angle of 32.18º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAB77C is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 124 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.08 |
| HSL | 32.18º | 0.72% | 0.7% | - |
| HSV(B) | 32.18º | 0.47% | 0.92% | - |
| XYZ | 54.5 | 52.81 | 26.39 | - |
| YUV | 191.52 | 89.9 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 124 | 0 | 0.22 | 0.47 | 0.08 | 32.18 | 0.72 | 0.7 |
| Hex | EA | B7 | 7C | 0 | 16 | 2F | 8 | 20 | 48 | 46 |
| Octal | 352 | 267 | 174 | 0 | 26 | 57 | 10 | 40 | 110 | 106 |
| Binary | 11101010 | 10110111 | 1111100 | 0 | 10110 | 101111 | 1000 | 100000 | 1001000 | 1000110 |
Color Harmonies of #EAB77C
Complementary color
Monochromatic Colors of #EAB77C
Black with #EAB77C
Text Example
Text Example
White with #EAB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB77C; }
p { color: rgb(234,183,124); }
H1.HeaderClassName
{
color: #EAB77C;
}
.AnyTagClassName
{
color: #EAB77C;
}
</style>
background-color css
<style>
a { background-color: #EAB77C; }
a { background-color: rgb(234,183,124); }
div.DivClassName
{
background-color: #EAB77C;
}
.BgClassName
{
background-color: #EAB77C;
}
</style>
border-color css
<style>
span { border-color: #EAB77C; }
span { border-color: rgb(234,183,124); }
td.TdClassName
{
border-color: #EAB77C;
}
.TagClassName
{
border-color: #EAB77C;
}
</style>