Shades of Corvette #EAB88B
Tints of Corvette #EAB88B
RGB
CMYK
RGB Variations
Color information
#EAB88B (or 0xEAB88B) is known color: Corvette. HEX triplet: EA, B8 and 8B. RGB value is (234,184,139). Sum of RGB (Red+Green+Blue) = 234+184+139=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB88B is #154774. Grayscale: #C2C2C2. Windows color (decimal): -1394549 or 9156842. OLE color: 9156842.
HSL color Cylindrical-coordinate representation of color #EAB88B: hue angle of 28.42º degrees, saturation: 0.69, 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 #EAB88B is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 139 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.08 |
| HSL | 28.42º | 0.69% | 0.73% | - |
| HSV(B) | 28.42º | 0.41% | 0.92% | - |
| XYZ | 55.73 | 53.64 | 31.84 | - |
| YUV | 193.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 139 | 0 | 0.21 | 0.41 | 0.08 | 28.42 | 0.69 | 0.73 |
| Hex | EA | B8 | 8B | 0 | 15 | 29 | 8 | 1C | 45 | 49 |
| Octal | 352 | 270 | 213 | 0 | 25 | 51 | 10 | 34 | 105 | 111 |
| Binary | 11101010 | 10111000 | 10001011 | 0 | 10101 | 101001 | 1000 | 11100 | 1000101 | 1001001 |
Color Harmonies of #EAB88B
Complementary color
Monochromatic Colors of #EAB88B
Black with #EAB88B
Text Example
Text Example
White with #EAB88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB88B; }
p { color: rgb(234,184,139); }
H1.HeaderClassName
{
color: #EAB88B;
}
.AnyTagClassName
{
color: #EAB88B;
}
</style>
background-color css
<style>
a { background-color: #EAB88B; }
a { background-color: rgb(234,184,139); }
div.DivClassName
{
background-color: #EAB88B;
}
.BgClassName
{
background-color: #EAB88B;
}
</style>
border-color css
<style>
span { border-color: #EAB88B; }
span { border-color: rgb(234,184,139); }
td.TdClassName
{
border-color: #EAB88B;
}
.TagClassName
{
border-color: #EAB88B;
}
</style>