Shades of Corvette #EABC7B
Tints of Corvette #EABC7B
RGB
CMYK
RGB Variations
Color information
#EABC7B (or 0xEABC7B) is known color: Corvette. HEX triplet: EA, BC and 7B. RGB value is (234,188,123). Sum of RGB (Red+Green+Blue) = 234+188+123=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC7B is #154384. Grayscale: #C2C2C2. Windows color (decimal): -1393541 or 8109290. OLE color: 8109290.
HSL color Cylindrical-coordinate representation of color #EABC7B: hue angle of 35.14º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EABC7B is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 123 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.08 |
| HSL | 35.14º | 0.73% | 0.7% | - |
| HSV(B) | 35.14º | 0.47% | 0.92% | - |
| XYZ | 55.49 | 54.89 | 26.41 | - |
| YUV | 194.34 | 87.74 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 123 | 0 | 0.20 | 0.47 | 0.08 | 35.14 | 0.73 | 0.7 |
| Hex | EA | BC | 7B | 0 | 14 | 2F | 8 | 23 | 49 | 46 |
| Octal | 352 | 274 | 173 | 0 | 24 | 57 | 10 | 43 | 111 | 106 |
| Binary | 11101010 | 10111100 | 1111011 | 0 | 10100 | 101111 | 1000 | 100011 | 1001001 | 1000110 |
Color Harmonies of #EABC7B
Complementary color
Monochromatic Colors of #EABC7B
Black with #EABC7B
Text Example
Text Example
White with #EABC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC7B; }
p { color: rgb(234,188,123); }
H1.HeaderClassName
{
color: #EABC7B;
}
.AnyTagClassName
{
color: #EABC7B;
}
</style>
background-color css
<style>
a { background-color: #EABC7B; }
a { background-color: rgb(234,188,123); }
div.DivClassName
{
background-color: #EABC7B;
}
.BgClassName
{
background-color: #EABC7B;
}
</style>
border-color css
<style>
span { border-color: #EABC7B; }
span { border-color: rgb(234,188,123); }
td.TdClassName
{
border-color: #EABC7B;
}
.TagClassName
{
border-color: #EABC7B;
}
</style>