Shades of Corvette #EABB7F
Tints of Corvette #EABB7F
RGB
CMYK
RGB Variations
Color information
#EABB7F (or 0xEABB7F) is known color: Corvette. HEX triplet: EA, BB and 7F. RGB value is (234,187,127). Sum of RGB (Red+Green+Blue) = 234+187+127=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB7F is #154480. Grayscale: #C2C2C2. Windows color (decimal): -1393793 or 8371178. OLE color: 8371178.
HSL color Cylindrical-coordinate representation of color #EABB7F: hue angle of 33.64º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EABB7F is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 127 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.08 |
| HSL | 33.64º | 0.72% | 0.71% | - |
| HSV(B) | 33.64º | 0.46% | 0.92% | - |
| XYZ | 55.53 | 54.57 | 27.68 | - |
| YUV | 194.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 127 | 0 | 0.20 | 0.46 | 0.08 | 33.64 | 0.72 | 0.71 |
| Hex | EA | BB | 7F | 0 | 14 | 2E | 8 | 22 | 48 | 47 |
| Octal | 352 | 273 | 177 | 0 | 24 | 56 | 10 | 42 | 110 | 107 |
| Binary | 11101010 | 10111011 | 1111111 | 0 | 10100 | 101110 | 1000 | 100010 | 1001000 | 1000111 |
Color Harmonies of #EABB7F
Complementary color
Monochromatic Colors of #EABB7F
Black with #EABB7F
Text Example
Text Example
White with #EABB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB7F; }
p { color: rgb(234,187,127); }
H1.HeaderClassName
{
color: #EABB7F;
}
.AnyTagClassName
{
color: #EABB7F;
}
</style>
background-color css
<style>
a { background-color: #EABB7F; }
a { background-color: rgb(234,187,127); }
div.DivClassName
{
background-color: #EABB7F;
}
.BgClassName
{
background-color: #EABB7F;
}
</style>
border-color css
<style>
span { border-color: #EABB7F; }
span { border-color: rgb(234,187,127); }
td.TdClassName
{
border-color: #EABB7F;
}
.TagClassName
{
border-color: #EABB7F;
}
</style>