Shades of Corvette #EAB879
Tints of Corvette #EAB879
RGB
CMYK
RGB Variations
Color information
#EAB879 (or 0xEAB879) is known color: Corvette. HEX triplet: EA, B8 and 79. RGB value is (234,184,121). Sum of RGB (Red+Green+Blue) = 234+184+121=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB879 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB879 is #154786. Grayscale: #C0C0C0. Windows color (decimal): -1394567 or 7977194. OLE color: 7977194.
HSL color Cylindrical-coordinate representation of color #EAB879: hue angle of 33.45º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAB879 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 121 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.08 |
| HSL | 33.45º | 0.73% | 0.7% | - |
| HSV(B) | 33.45º | 0.48% | 0.92% | - |
| XYZ | 54.52 | 53.15 | 25.48 | - |
| YUV | 191.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 121 | 0 | 0.21 | 0.48 | 0.08 | 33.45 | 0.73 | 0.7 |
| Hex | EA | B8 | 79 | 0 | 15 | 30 | 8 | 21 | 49 | 46 |
| Octal | 352 | 270 | 171 | 0 | 25 | 60 | 10 | 41 | 111 | 106 |
| Binary | 11101010 | 10111000 | 1111001 | 0 | 10101 | 110000 | 1000 | 100001 | 1001001 | 1000110 |
Color Harmonies of #EAB879
Complementary color
Monochromatic Colors of #EAB879
Black with #EAB879
Text Example
Text Example
White with #EAB879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB879; }
p { color: rgb(234,184,121); }
H1.HeaderClassName
{
color: #EAB879;
}
.AnyTagClassName
{
color: #EAB879;
}
</style>
background-color css
<style>
a { background-color: #EAB879; }
a { background-color: rgb(234,184,121); }
div.DivClassName
{
background-color: #EAB879;
}
.BgClassName
{
background-color: #EAB879;
}
</style>
border-color css
<style>
span { border-color: #EAB879; }
span { border-color: rgb(234,184,121); }
td.TdClassName
{
border-color: #EAB879;
}
.TagClassName
{
border-color: #EAB879;
}
</style>