Shades of Corvette #EABF80
Tints of Corvette #EABF80
RGB
CMYK
RGB Variations
Color information
#EABF80 (or 0xEABF80) is known color: Corvette. HEX triplet: EA, BF and 80. RGB value is (234,191,128). Sum of RGB (Red+Green+Blue) = 234+191+128=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF80 is #15407F. Grayscale: #C4C4C4. Windows color (decimal): -1392768 or 8437738. OLE color: 8437738.
HSL color Cylindrical-coordinate representation of color #EABF80: hue angle of 35.66º 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 #EABF80 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 128 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.08 |
| HSL | 35.66º | 0.72% | 0.71% | - |
| HSV(B) | 35.66º | 0.45% | 0.92% | - |
| XYZ | 56.46 | 56.31 | 28.32 | - |
| YUV | 196.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 128 | 0 | 0.18 | 0.45 | 0.08 | 35.66 | 0.72 | 0.71 |
| Hex | EA | BF | 80 | 0 | 12 | 2D | 8 | 24 | 48 | 47 |
| Octal | 352 | 277 | 200 | 0 | 22 | 55 | 10 | 44 | 110 | 107 |
| Binary | 11101010 | 10111111 | 10000000 | 0 | 10010 | 101101 | 1000 | 100100 | 1001000 | 1000111 |
Color Harmonies of #EABF80
Complementary color
Monochromatic Colors of #EABF80
Black with #EABF80
Text Example
Text Example
White with #EABF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF80; }
p { color: rgb(234,191,128); }
H1.HeaderClassName
{
color: #EABF80;
}
.AnyTagClassName
{
color: #EABF80;
}
</style>
background-color css
<style>
a { background-color: #EABF80; }
a { background-color: rgb(234,191,128); }
div.DivClassName
{
background-color: #EABF80;
}
.BgClassName
{
background-color: #EABF80;
}
</style>
border-color css
<style>
span { border-color: #EABF80; }
span { border-color: rgb(234,191,128); }
td.TdClassName
{
border-color: #EABF80;
}
.TagClassName
{
border-color: #EABF80;
}
</style>