Shades of Corvette #EAB68A
Tints of Corvette #EAB68A
RGB
CMYK
RGB Variations
Color information
#EAB68A (or 0xEAB68A) is known color: Corvette. HEX triplet: EA, B6 and 8A. RGB value is (234,182,138). Sum of RGB (Red+Green+Blue) = 234+182+138=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB68A is #154975. Grayscale: #C0C0C0. Windows color (decimal): -1395062 or 9090794. OLE color: 9090794.
HSL color Cylindrical-coordinate representation of color #EAB68A: hue angle of 27.5º degrees, saturation: 0.7, 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 #EAB68A is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 138 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.08 |
| HSL | 27.5º | 0.7% | 0.73% | - |
| HSV(B) | 27.5º | 0.41% | 0.92% | - |
| XYZ | 55.25 | 52.78 | 31.32 | - |
| YUV | 192.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 138 | 0 | 0.22 | 0.41 | 0.08 | 27.5 | 0.7 | 0.73 |
| Hex | EA | B6 | 8A | 0 | 16 | 29 | 8 | 1C | 46 | 49 |
| Octal | 352 | 266 | 212 | 0 | 26 | 51 | 10 | 34 | 106 | 111 |
| Binary | 11101010 | 10110110 | 10001010 | 0 | 10110 | 101001 | 1000 | 11100 | 1000110 | 1001001 |
Color Harmonies of #EAB68A
Complementary color
Monochromatic Colors of #EAB68A
Black with #EAB68A
Text Example
Text Example
White with #EAB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB68A; }
p { color: rgb(234,182,138); }
H1.HeaderClassName
{
color: #EAB68A;
}
.AnyTagClassName
{
color: #EAB68A;
}
</style>
background-color css
<style>
a { background-color: #EAB68A; }
a { background-color: rgb(234,182,138); }
div.DivClassName
{
background-color: #EAB68A;
}
.BgClassName
{
background-color: #EAB68A;
}
</style>
border-color css
<style>
span { border-color: #EAB68A; }
span { border-color: rgb(234,182,138); }
td.TdClassName
{
border-color: #EAB68A;
}
.TagClassName
{
border-color: #EAB68A;
}
</style>