Shades of Corvette #EABD82
Tints of Corvette #EABD82
RGB
CMYK
RGB Variations
Color information
#EABD82 (or 0xEABD82) is known color: Corvette. HEX triplet: EA, BD and 82. RGB value is (234,189,130). Sum of RGB (Red+Green+Blue) = 234+189+130=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD82 is #15427D. Grayscale: #C4C4C4. Windows color (decimal): -1393278 or 8568298. OLE color: 8568298.
HSL color Cylindrical-coordinate representation of color #EABD82: hue angle of 34.04º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EABD82 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 130 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.08 |
| HSL | 34.04º | 0.71% | 0.71% | - |
| HSV(B) | 34.04º | 0.44% | 0.92% | - |
| XYZ | 56.16 | 55.5 | 28.87 | - |
| YUV | 195.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 130 | 0 | 0.19 | 0.44 | 0.08 | 34.04 | 0.71 | 0.71 |
| Hex | EA | BD | 82 | 0 | 13 | 2C | 8 | 22 | 47 | 47 |
| Octal | 352 | 275 | 202 | 0 | 23 | 54 | 10 | 42 | 107 | 107 |
| Binary | 11101010 | 10111101 | 10000010 | 0 | 10011 | 101100 | 1000 | 100010 | 1000111 | 1000111 |
Color Harmonies of #EABD82
Complementary color
Monochromatic Colors of #EABD82
Black with #EABD82
Text Example
Text Example
White with #EABD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD82; }
p { color: rgb(234,189,130); }
H1.HeaderClassName
{
color: #EABD82;
}
.AnyTagClassName
{
color: #EABD82;
}
</style>
background-color css
<style>
a { background-color: #EABD82; }
a { background-color: rgb(234,189,130); }
div.DivClassName
{
background-color: #EABD82;
}
.BgClassName
{
background-color: #EABD82;
}
</style>
border-color css
<style>
span { border-color: #EABD82; }
span { border-color: rgb(234,189,130); }
td.TdClassName
{
border-color: #EABD82;
}
.TagClassName
{
border-color: #EABD82;
}
</style>