Shades of Corvette #EAC082
Tints of Corvette #EAC082
RGB
CMYK
RGB Variations
Color information
#EAC082 (or 0xEAC082) is known color: Corvette. HEX triplet: EA, C0 and 82. RGB value is (234,192,130). Sum of RGB (Red+Green+Blue) = 234+192+130=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC082 is #153F7D. Grayscale: #C5C5C5. Windows color (decimal): -1392510 or 8569066. OLE color: 8569066.
HSL color Cylindrical-coordinate representation of color #EAC082: hue angle of 35.77º 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 #EAC082 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 130 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.08 |
| HSL | 35.77º | 0.71% | 0.71% | - |
| HSV(B) | 35.77º | 0.44% | 0.92% | - |
| XYZ | 56.81 | 56.8 | 29.09 | - |
| YUV | 197.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 130 | 0 | 0.18 | 0.44 | 0.08 | 35.77 | 0.71 | 0.71 |
| Hex | EA | C0 | 82 | 0 | 12 | 2C | 8 | 24 | 47 | 47 |
| Octal | 352 | 300 | 202 | 0 | 22 | 54 | 10 | 44 | 107 | 107 |
| Binary | 11101010 | 11000000 | 10000010 | 0 | 10010 | 101100 | 1000 | 100100 | 1000111 | 1000111 |
Color Harmonies of #EAC082
Complementary color
Monochromatic Colors of #EAC082
Black with #EAC082
Text Example
Text Example
White with #EAC082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC082; }
p { color: rgb(234,192,130); }
H1.HeaderClassName
{
color: #EAC082;
}
.AnyTagClassName
{
color: #EAC082;
}
</style>
background-color css
<style>
a { background-color: #EAC082; }
a { background-color: rgb(234,192,130); }
div.DivClassName
{
background-color: #EAC082;
}
.BgClassName
{
background-color: #EAC082;
}
</style>
border-color css
<style>
span { border-color: #EAC082; }
span { border-color: rgb(234,192,130); }
td.TdClassName
{
border-color: #EAC082;
}
.TagClassName
{
border-color: #EAC082;
}
</style>