Shades of Corvette #EABD76
Tints of Corvette #EABD76
RGB
CMYK
RGB Variations
Color information
#EABD76 (or 0xEABD76) is known color: Corvette. HEX triplet: EA, BD and 76. RGB value is (234,189,118). Sum of RGB (Red+Green+Blue) = 234+189+118=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD76 is #154289. Grayscale: #C2C2C2. Windows color (decimal): -1393290 or 7781866. OLE color: 7781866.
HSL color Cylindrical-coordinate representation of color #EABD76: hue angle of 36.72º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EABD76 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 118 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.08 |
| HSL | 36.72º | 0.73% | 0.69% | - |
| HSV(B) | 36.72º | 0.5% | 0.92% | - |
| XYZ | 55.4 | 55.2 | 24.87 | - |
| YUV | 194.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 118 | 0 | 0.19 | 0.50 | 0.08 | 36.72 | 0.73 | 0.69 |
| Hex | EA | BD | 76 | 0 | 13 | 32 | 8 | 25 | 49 | 45 |
| Octal | 352 | 275 | 166 | 0 | 23 | 62 | 10 | 45 | 111 | 105 |
| Binary | 11101010 | 10111101 | 1110110 | 0 | 10011 | 110010 | 1000 | 100101 | 1001001 | 1000101 |
Color Harmonies of #EABD76
Complementary color
Monochromatic Colors of #EABD76
Black with #EABD76
Text Example
Text Example
White with #EABD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD76; }
p { color: rgb(234,189,118); }
H1.HeaderClassName
{
color: #EABD76;
}
.AnyTagClassName
{
color: #EABD76;
}
</style>
background-color css
<style>
a { background-color: #EABD76; }
a { background-color: rgb(234,189,118); }
div.DivClassName
{
background-color: #EABD76;
}
.BgClassName
{
background-color: #EABD76;
}
</style>
border-color css
<style>
span { border-color: #EABD76; }
span { border-color: rgb(234,189,118); }
td.TdClassName
{
border-color: #EABD76;
}
.TagClassName
{
border-color: #EABD76;
}
</style>