Shades of Corvette #EABB81
Tints of Corvette #EABB81
RGB
CMYK
RGB Variations
Color information
#EABB81 (or 0xEABB81) is known color: Corvette. HEX triplet: EA, BB and 81. RGB value is (234,187,129). Sum of RGB (Red+Green+Blue) = 234+187+129=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB81 is #15447E. Grayscale: #C2C2C2. Windows color (decimal): -1393791 or 8502250. OLE color: 8502250.
HSL color Cylindrical-coordinate representation of color #EABB81: hue angle of 33.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EABB81 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 129 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.08 |
| HSL | 33.14º | 0.71% | 0.71% | - |
| HSV(B) | 33.14º | 0.45% | 0.92% | - |
| XYZ | 55.66 | 54.62 | 28.38 | - |
| YUV | 194.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 129 | 0 | 0.20 | 0.45 | 0.08 | 33.14 | 0.71 | 0.71 |
| Hex | EA | BB | 81 | 0 | 14 | 2D | 8 | 21 | 47 | 47 |
| Octal | 352 | 273 | 201 | 0 | 24 | 55 | 10 | 41 | 107 | 107 |
| Binary | 11101010 | 10111011 | 10000001 | 0 | 10100 | 101101 | 1000 | 100001 | 1000111 | 1000111 |
Color Harmonies of #EABB81
Complementary color
Monochromatic Colors of #EABB81
Black with #EABB81
Text Example
Text Example
White with #EABB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB81; }
p { color: rgb(234,187,129); }
H1.HeaderClassName
{
color: #EABB81;
}
.AnyTagClassName
{
color: #EABB81;
}
</style>
background-color css
<style>
a { background-color: #EABB81; }
a { background-color: rgb(234,187,129); }
div.DivClassName
{
background-color: #EABB81;
}
.BgClassName
{
background-color: #EABB81;
}
</style>
border-color css
<style>
span { border-color: #EABB81; }
span { border-color: rgb(234,187,129); }
td.TdClassName
{
border-color: #EABB81;
}
.TagClassName
{
border-color: #EABB81;
}
</style>