Shades of Corvette #EAB37B
Tints of Corvette #EAB37B
RGB
CMYK
RGB Variations
Color information
#EAB37B (or 0xEAB37B) is known color: Corvette. HEX triplet: EA, B3 and 7B. RGB value is (234,179,123). Sum of RGB (Red+Green+Blue) = 234+179+123=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB37B is #154C84. Grayscale: #BDBDBD. Windows color (decimal): -1395845 or 8106986. OLE color: 8106986.
HSL color Cylindrical-coordinate representation of color #EAB37B: hue angle of 30.27º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAB37B is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 123 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.08 |
| HSL | 30.27º | 0.73% | 0.7% | - |
| HSV(B) | 30.27º | 0.47% | 0.92% | - |
| XYZ | 53.63 | 51.16 | 25.79 | - |
| YUV | 189.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 123 | 0 | 0.24 | 0.47 | 0.08 | 30.27 | 0.73 | 0.7 |
| Hex | EA | B3 | 7B | 0 | 18 | 2F | 8 | 1E | 49 | 46 |
| Octal | 352 | 263 | 173 | 0 | 30 | 57 | 10 | 36 | 111 | 106 |
| Binary | 11101010 | 10110011 | 1111011 | 0 | 11000 | 101111 | 1000 | 11110 | 1001001 | 1000110 |
Color Harmonies of #EAB37B
Complementary color
Monochromatic Colors of #EAB37B
Black with #EAB37B
Text Example
Text Example
White with #EAB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB37B; }
p { color: rgb(234,179,123); }
H1.HeaderClassName
{
color: #EAB37B;
}
.AnyTagClassName
{
color: #EAB37B;
}
</style>
background-color css
<style>
a { background-color: #EAB37B; }
a { background-color: rgb(234,179,123); }
div.DivClassName
{
background-color: #EAB37B;
}
.BgClassName
{
background-color: #EAB37B;
}
</style>
border-color css
<style>
span { border-color: #EAB37B; }
span { border-color: rgb(234,179,123); }
td.TdClassName
{
border-color: #EAB37B;
}
.TagClassName
{
border-color: #EAB37B;
}
</style>