Shades of Corvette #EAC087
Tints of Corvette #EAC087
RGB
CMYK
RGB Variations
Color information
#EAC087 (or 0xEAC087) is known color: Corvette. HEX triplet: EA, C0 and 87. RGB value is (234,192,135). Sum of RGB (Red+Green+Blue) = 234+192+135=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC087 is #153F78. Grayscale: #C6C6C6. Windows color (decimal): -1392505 or 8896746. OLE color: 8896746.
HSL color Cylindrical-coordinate representation of color #EAC087: hue angle of 34.55º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAC087 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 135 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.08 |
| HSL | 34.55º | 0.7% | 0.72% | - |
| HSV(B) | 34.55º | 0.42% | 0.92% | - |
| XYZ | 57.15 | 56.94 | 30.9 | - |
| YUV | 198.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 135 | 0 | 0.18 | 0.42 | 0.08 | 34.55 | 0.7 | 0.72 |
| Hex | EA | C0 | 87 | 0 | 12 | 2A | 8 | 23 | 46 | 48 |
| Octal | 352 | 300 | 207 | 0 | 22 | 52 | 10 | 43 | 106 | 110 |
| Binary | 11101010 | 11000000 | 10000111 | 0 | 10010 | 101010 | 1000 | 100011 | 1000110 | 1001000 |
Color Harmonies of #EAC087
Complementary color
Monochromatic Colors of #EAC087
Black with #EAC087
Text Example
Text Example
White with #EAC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC087; }
p { color: rgb(234,192,135); }
H1.HeaderClassName
{
color: #EAC087;
}
.AnyTagClassName
{
color: #EAC087;
}
</style>
background-color css
<style>
a { background-color: #EAC087; }
a { background-color: rgb(234,192,135); }
div.DivClassName
{
background-color: #EAC087;
}
.BgClassName
{
background-color: #EAC087;
}
</style>
border-color css
<style>
span { border-color: #EAC087; }
span { border-color: rgb(234,192,135); }
td.TdClassName
{
border-color: #EAC087;
}
.TagClassName
{
border-color: #EAC087;
}
</style>