Shades of Corvette #EABF85
Tints of Corvette #EABF85
RGB
CMYK
RGB Variations
Color information
#EABF85 (or 0xEABF85) is known color: Corvette. HEX triplet: EA, BF and 85. RGB value is (234,191,133). Sum of RGB (Red+Green+Blue) = 234+191+133=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF85 is #15407A. Grayscale: #C5C5C5. Windows color (decimal): -1392763 or 8765418. OLE color: 8765418.
HSL color Cylindrical-coordinate representation of color #EABF85: hue angle of 34.46º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EABF85 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 133 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.08 |
| HSL | 34.46º | 0.71% | 0.72% | - |
| HSV(B) | 34.46º | 0.43% | 0.92% | - |
| XYZ | 56.8 | 56.45 | 30.09 | - |
| YUV | 197.25 | 91.75 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 133 | 0 | 0.18 | 0.43 | 0.08 | 34.46 | 0.71 | 0.72 |
| Hex | EA | BF | 85 | 0 | 12 | 2B | 8 | 22 | 47 | 48 |
| Octal | 352 | 277 | 205 | 0 | 22 | 53 | 10 | 42 | 107 | 110 |
| Binary | 11101010 | 10111111 | 10000101 | 0 | 10010 | 101011 | 1000 | 100010 | 1000111 | 1001000 |
Color Harmonies of #EABF85
Complementary color
Monochromatic Colors of #EABF85
Black with #EABF85
Text Example
Text Example
White with #EABF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF85; }
p { color: rgb(234,191,133); }
H1.HeaderClassName
{
color: #EABF85;
}
.AnyTagClassName
{
color: #EABF85;
}
</style>
background-color css
<style>
a { background-color: #EABF85; }
a { background-color: rgb(234,191,133); }
div.DivClassName
{
background-color: #EABF85;
}
.BgClassName
{
background-color: #EABF85;
}
</style>
border-color css
<style>
span { border-color: #EABF85; }
span { border-color: rgb(234,191,133); }
td.TdClassName
{
border-color: #EABF85;
}
.TagClassName
{
border-color: #EABF85;
}
</style>