Shades of Corvette #EAC081
Tints of Corvette #EAC081
RGB
CMYK
RGB Variations
Color information
#EAC081 (or 0xEAC081) is known color: Corvette. HEX triplet: EA, C0 and 81. RGB value is (234,192,129). Sum of RGB (Red+Green+Blue) = 234+192+129=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC081 is #153F7E. Grayscale: #C5C5C5. Windows color (decimal): -1392511 or 8503530. OLE color: 8503530.
HSL color Cylindrical-coordinate representation of color #EAC081: hue angle of 36º degrees, saturation: 0.71, 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 #EAC081 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 129 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.08 |
| HSL | 36º | 0.71% | 0.71% | - |
| HSV(B) | 36º | 0.45% | 0.92% | - |
| XYZ | 56.74 | 56.78 | 28.74 | - |
| YUV | 197.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 129 | 0 | 0.18 | 0.45 | 0.08 | 36 | 0.71 | 0.71 |
| Hex | EA | C0 | 81 | 0 | 12 | 2D | 8 | 24 | 47 | 47 |
| Octal | 352 | 300 | 201 | 0 | 22 | 55 | 10 | 44 | 107 | 107 |
| Binary | 11101010 | 11000000 | 10000001 | 0 | 10010 | 101101 | 1000 | 100100 | 1000111 | 1000111 |
Color Harmonies of #EAC081
Complementary color
Monochromatic Colors of #EAC081
Black with #EAC081
Text Example
Text Example
White with #EAC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC081; }
p { color: rgb(234,192,129); }
H1.HeaderClassName
{
color: #EAC081;
}
.AnyTagClassName
{
color: #EAC081;
}
</style>
background-color css
<style>
a { background-color: #EAC081; }
a { background-color: rgb(234,192,129); }
div.DivClassName
{
background-color: #EAC081;
}
.BgClassName
{
background-color: #EAC081;
}
</style>
border-color css
<style>
span { border-color: #EAC081; }
span { border-color: rgb(234,192,129); }
td.TdClassName
{
border-color: #EAC081;
}
.TagClassName
{
border-color: #EAC081;
}
</style>