Shades of Corvette #EABC84
Tints of Corvette #EABC84
RGB
CMYK
RGB Variations
Color information
#EABC84 (or 0xEABC84) is known color: Corvette. HEX triplet: EA, BC and 84. RGB value is (234,188,132). Sum of RGB (Red+Green+Blue) = 234+188+132=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 132 (51.95% from 255 or 23.83% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABC84 is #15437B. Grayscale: #C3C3C3. Windows color (decimal): -1393532 or 8699114. OLE color: 8699114.
HSL color Cylindrical-coordinate representation of color #EABC84: hue angle of 32.94º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EABC84 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 132 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.08 |
| HSL | 32.94º | 0.71% | 0.72% | - |
| HSV(B) | 32.94º | 0.44% | 0.92% | - |
| XYZ | 56.08 | 55.12 | 29.51 | - |
| YUV | 195.37 | 92.24 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 132 | 0 | 0.20 | 0.44 | 0.08 | 32.94 | 0.71 | 0.72 |
| Hex | EA | BC | 84 | 0 | 14 | 2C | 8 | 21 | 47 | 48 |
| Octal | 352 | 274 | 204 | 0 | 24 | 54 | 10 | 41 | 107 | 110 |
| Binary | 11101010 | 10111100 | 10000100 | 0 | 10100 | 101100 | 1000 | 100001 | 1000111 | 1001000 |
Color Harmonies of #EABC84
Complementary color
Monochromatic Colors of #EABC84
Black with #EABC84
Text Example
Text Example
White with #EABC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC84; }
p { color: rgb(234,188,132); }
H1.HeaderClassName
{
color: #EABC84;
}
.AnyTagClassName
{
color: #EABC84;
}
</style>
background-color css
<style>
a { background-color: #EABC84; }
a { background-color: rgb(234,188,132); }
div.DivClassName
{
background-color: #EABC84;
}
.BgClassName
{
background-color: #EABC84;
}
</style>
border-color css
<style>
span { border-color: #EABC84; }
span { border-color: rgb(234,188,132); }
td.TdClassName
{
border-color: #EABC84;
}
.TagClassName
{
border-color: #EABC84;
}
</style>