Shades of Corvette #EAB77A
Tints of Corvette #EAB77A
RGB
CMYK
RGB Variations
Color information
#EAB77A (or 0xEAB77A) is known color: Corvette. HEX triplet: EA, B7 and 7A. RGB value is (234,183,122). Sum of RGB (Red+Green+Blue) = 234+183+122=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB77A is #154885. Grayscale: #BFBFBF. Windows color (decimal): -1394822 or 8042474. OLE color: 8042474.
HSL color Cylindrical-coordinate representation of color #EAB77A: hue angle of 32.68º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAB77A is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 122 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.08 |
| HSL | 32.68º | 0.73% | 0.7% | - |
| HSV(B) | 32.68º | 0.48% | 0.92% | - |
| XYZ | 54.38 | 52.76 | 25.73 | - |
| YUV | 191.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 122 | 0 | 0.22 | 0.48 | 0.08 | 32.68 | 0.73 | 0.7 |
| Hex | EA | B7 | 7A | 0 | 16 | 30 | 8 | 21 | 49 | 46 |
| Octal | 352 | 267 | 172 | 0 | 26 | 60 | 10 | 41 | 111 | 106 |
| Binary | 11101010 | 10110111 | 1111010 | 0 | 10110 | 110000 | 1000 | 100001 | 1001001 | 1000110 |
Color Harmonies of #EAB77A
Complementary color
Monochromatic Colors of #EAB77A
Black with #EAB77A
Text Example
Text Example
White with #EAB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB77A; }
p { color: rgb(234,183,122); }
H1.HeaderClassName
{
color: #EAB77A;
}
.AnyTagClassName
{
color: #EAB77A;
}
</style>
background-color css
<style>
a { background-color: #EAB77A; }
a { background-color: rgb(234,183,122); }
div.DivClassName
{
background-color: #EAB77A;
}
.BgClassName
{
background-color: #EAB77A;
}
</style>
border-color css
<style>
span { border-color: #EAB77A; }
span { border-color: rgb(234,183,122); }
td.TdClassName
{
border-color: #EAB77A;
}
.TagClassName
{
border-color: #EAB77A;
}
</style>