Shades of Corvette #EABD7B
Tints of Corvette #EABD7B
RGB
CMYK
RGB Variations
Color information
#EABD7B (or 0xEABD7B) is known color: Corvette. HEX triplet: EA, BD and 7B. RGB value is (234,189,123). Sum of RGB (Red+Green+Blue) = 234+189+123=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD7B is #154284. Grayscale: #C3C3C3. Windows color (decimal): -1393285 or 8109546. OLE color: 8109546.
HSL color Cylindrical-coordinate representation of color #EABD7B: hue angle of 35.68º 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 #EABD7B is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 123 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.08 |
| HSL | 35.68º | 0.73% | 0.7% | - |
| HSV(B) | 35.68º | 0.47% | 0.92% | - |
| XYZ | 55.7 | 55.32 | 26.48 | - |
| YUV | 194.93 | 87.41 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 123 | 0 | 0.19 | 0.47 | 0.08 | 35.68 | 0.73 | 0.7 |
| Hex | EA | BD | 7B | 0 | 13 | 2F | 8 | 24 | 49 | 46 |
| Octal | 352 | 275 | 173 | 0 | 23 | 57 | 10 | 44 | 111 | 106 |
| Binary | 11101010 | 10111101 | 1111011 | 0 | 10011 | 101111 | 1000 | 100100 | 1001001 | 1000110 |
Color Harmonies of #EABD7B
Complementary color
Monochromatic Colors of #EABD7B
Black with #EABD7B
Text Example
Text Example
White with #EABD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD7B; }
p { color: rgb(234,189,123); }
H1.HeaderClassName
{
color: #EABD7B;
}
.AnyTagClassName
{
color: #EABD7B;
}
</style>
background-color css
<style>
a { background-color: #EABD7B; }
a { background-color: rgb(234,189,123); }
div.DivClassName
{
background-color: #EABD7B;
}
.BgClassName
{
background-color: #EABD7B;
}
</style>
border-color css
<style>
span { border-color: #EABD7B; }
span { border-color: rgb(234,189,123); }
td.TdClassName
{
border-color: #EABD7B;
}
.TagClassName
{
border-color: #EABD7B;
}
</style>