Shades of Corvette #EABF89
Tints of Corvette #EABF89
RGB
CMYK
RGB Variations
Color information
#EABF89 (or 0xEABF89) is known color: Corvette. HEX triplet: EA, BF and 89. RGB value is (234,191,137). Sum of RGB (Red+Green+Blue) = 234+191+137=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 137 (53.91% from 255 or 24.38% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF89 is #154076. Grayscale: #C5C5C5. Windows color (decimal): -1392759 or 9027562. OLE color: 9027562.
HSL color Cylindrical-coordinate representation of color #EABF89: hue angle of 33.4º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EABF89 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 137 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.08 |
| HSL | 33.4º | 0.7% | 0.73% | - |
| HSV(B) | 33.4º | 0.41% | 0.92% | - |
| XYZ | 57.08 | 56.56 | 31.58 | - |
| YUV | 197.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 137 | 0 | 0.18 | 0.41 | 0.08 | 33.4 | 0.7 | 0.73 |
| Hex | EA | BF | 89 | 0 | 12 | 29 | 8 | 21 | 46 | 49 |
| Octal | 352 | 277 | 211 | 0 | 22 | 51 | 10 | 41 | 106 | 111 |
| Binary | 11101010 | 10111111 | 10001001 | 0 | 10010 | 101001 | 1000 | 100001 | 1000110 | 1001001 |
Color Harmonies of #EABF89
Complementary color
Monochromatic Colors of #EABF89
Black with #EABF89
Text Example
Text Example
White with #EABF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF89; }
p { color: rgb(234,191,137); }
H1.HeaderClassName
{
color: #EABF89;
}
.AnyTagClassName
{
color: #EABF89;
}
</style>
background-color css
<style>
a { background-color: #EABF89; }
a { background-color: rgb(234,191,137); }
div.DivClassName
{
background-color: #EABF89;
}
.BgClassName
{
background-color: #EABF89;
}
</style>
border-color css
<style>
span { border-color: #EABF89; }
span { border-color: rgb(234,191,137); }
td.TdClassName
{
border-color: #EABF89;
}
.TagClassName
{
border-color: #EABF89;
}
</style>