Shades of Corvette #EABE80
Tints of Corvette #EABE80
RGB
CMYK
RGB Variations
Color information
#EABE80 (or 0xEABE80) is known color: Corvette. HEX triplet: EA, BE and 80. RGB value is (234,190,128). Sum of RGB (Red+Green+Blue) = 234+190+128=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABE80 is #15417F. Grayscale: #C4C4C4. Windows color (decimal): -1393024 or 8437482. OLE color: 8437482.
HSL color Cylindrical-coordinate representation of color #EABE80: hue angle of 35.09º degrees, saturation: 0.72, 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 #EABE80 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 128 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.08 |
| HSL | 35.09º | 0.72% | 0.71% | - |
| HSV(B) | 35.09º | 0.45% | 0.92% | - |
| XYZ | 56.24 | 55.88 | 28.24 | - |
| YUV | 196.09 | 89.58 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 128 | 0 | 0.19 | 0.45 | 0.08 | 35.09 | 0.72 | 0.71 |
| Hex | EA | BE | 80 | 0 | 13 | 2D | 8 | 23 | 48 | 47 |
| Octal | 352 | 276 | 200 | 0 | 23 | 55 | 10 | 43 | 110 | 107 |
| Binary | 11101010 | 10111110 | 10000000 | 0 | 10011 | 101101 | 1000 | 100011 | 1001000 | 1000111 |
Color Harmonies of #EABE80
Complementary color
Monochromatic Colors of #EABE80
Black with #EABE80
Text Example
Text Example
White with #EABE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE80; }
p { color: rgb(234,190,128); }
H1.HeaderClassName
{
color: #EABE80;
}
.AnyTagClassName
{
color: #EABE80;
}
</style>
background-color css
<style>
a { background-color: #EABE80; }
a { background-color: rgb(234,190,128); }
div.DivClassName
{
background-color: #EABE80;
}
.BgClassName
{
background-color: #EABE80;
}
</style>
border-color css
<style>
span { border-color: #EABE80; }
span { border-color: rgb(234,190,128); }
td.TdClassName
{
border-color: #EABE80;
}
.TagClassName
{
border-color: #EABE80;
}
</style>