Shades of Corvette #EAC080
Tints of Corvette #EAC080
RGB
CMYK
RGB Variations
Color information
#EAC080 (or 0xEAC080) is known color: Corvette. HEX triplet: EA, C0 and 80. RGB value is (234,192,128). Sum of RGB (Red+Green+Blue) = 234+192+128=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC080 is #153F7F. Grayscale: #C5C5C5. Windows color (decimal): -1392512 or 8437994. OLE color: 8437994.
HSL color Cylindrical-coordinate representation of color #EAC080: hue angle of 36.23º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAC080 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 128 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.08 |
| HSL | 36.23º | 0.72% | 0.71% | - |
| HSV(B) | 36.23º | 0.45% | 0.92% | - |
| XYZ | 56.68 | 56.75 | 28.39 | - |
| YUV | 197.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 128 | 0 | 0.18 | 0.45 | 0.08 | 36.23 | 0.72 | 0.71 |
| Hex | EA | C0 | 80 | 0 | 12 | 2D | 8 | 24 | 48 | 47 |
| Octal | 352 | 300 | 200 | 0 | 22 | 55 | 10 | 44 | 110 | 107 |
| Binary | 11101010 | 11000000 | 10000000 | 0 | 10010 | 101101 | 1000 | 100100 | 1001000 | 1000111 |
Color Harmonies of #EAC080
Complementary color
Monochromatic Colors of #EAC080
Black with #EAC080
Text Example
Text Example
White with #EAC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC080; }
p { color: rgb(234,192,128); }
H1.HeaderClassName
{
color: #EAC080;
}
.AnyTagClassName
{
color: #EAC080;
}
</style>
background-color css
<style>
a { background-color: #EAC080; }
a { background-color: rgb(234,192,128); }
div.DivClassName
{
background-color: #EAC080;
}
.BgClassName
{
background-color: #EAC080;
}
</style>
border-color css
<style>
span { border-color: #EAC080; }
span { border-color: rgb(234,192,128); }
td.TdClassName
{
border-color: #EAC080;
}
.TagClassName
{
border-color: #EAC080;
}
</style>