Shades of Corvette #EAC08B
Tints of Corvette #EAC08B
RGB
CMYK
RGB Variations
Color information
#EAC08B (or 0xEAC08B) is known color: Corvette. HEX triplet: EA, C0 and 8B. RGB value is (234,192,139). Sum of RGB (Red+Green+Blue) = 234+192+139=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC08B is #153F74. Grayscale: #C6C6C6. Windows color (decimal): -1392501 or 9158890. OLE color: 9158890.
HSL color Cylindrical-coordinate representation of color #EAC08B: hue angle of 33.47º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAC08B is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 139 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.08 |
| HSL | 33.47º | 0.69% | 0.73% | - |
| HSV(B) | 33.47º | 0.41% | 0.92% | - |
| XYZ | 57.44 | 57.06 | 32.41 | - |
| YUV | 198.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 139 | 0 | 0.18 | 0.41 | 0.08 | 33.47 | 0.69 | 0.73 |
| Hex | EA | C0 | 8B | 0 | 12 | 29 | 8 | 21 | 45 | 49 |
| Octal | 352 | 300 | 213 | 0 | 22 | 51 | 10 | 41 | 105 | 111 |
| Binary | 11101010 | 11000000 | 10001011 | 0 | 10010 | 101001 | 1000 | 100001 | 1000101 | 1001001 |
Color Harmonies of #EAC08B
Complementary color
Monochromatic Colors of #EAC08B
Black with #EAC08B
Text Example
Text Example
White with #EAC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC08B; }
p { color: rgb(234,192,139); }
H1.HeaderClassName
{
color: #EAC08B;
}
.AnyTagClassName
{
color: #EAC08B;
}
</style>
background-color css
<style>
a { background-color: #EAC08B; }
a { background-color: rgb(234,192,139); }
div.DivClassName
{
background-color: #EAC08B;
}
.BgClassName
{
background-color: #EAC08B;
}
</style>
border-color css
<style>
span { border-color: #EAC08B; }
span { border-color: rgb(234,192,139); }
td.TdClassName
{
border-color: #EAC08B;
}
.TagClassName
{
border-color: #EAC08B;
}
</style>