Shades of Corvette #EABF7B
Tints of Corvette #EABF7B
RGB
CMYK
RGB Variations
Color information
#EABF7B (or 0xEABF7B) is known color: Corvette. HEX triplet: EA, BF and 7B. RGB value is (234,191,123). Sum of RGB (Red+Green+Blue) = 234+191+123=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF7B is #154084. Grayscale: #C4C4C4. Windows color (decimal): -1392773 or 8110058. OLE color: 8110058.
HSL color Cylindrical-coordinate representation of color #EABF7B: hue angle of 36.76º 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 #EABF7B is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 123 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.08 |
| HSL | 36.76º | 0.73% | 0.7% | - |
| HSV(B) | 36.76º | 0.47% | 0.92% | - |
| XYZ | 56.14 | 56.18 | 26.62 | - |
| YUV | 196.11 | 86.75 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 123 | 0 | 0.18 | 0.47 | 0.08 | 36.76 | 0.73 | 0.7 |
| Hex | EA | BF | 7B | 0 | 12 | 2F | 8 | 25 | 49 | 46 |
| Octal | 352 | 277 | 173 | 0 | 22 | 57 | 10 | 45 | 111 | 106 |
| Binary | 11101010 | 10111111 | 1111011 | 0 | 10010 | 101111 | 1000 | 100101 | 1001001 | 1000110 |
Color Harmonies of #EABF7B
Complementary color
Monochromatic Colors of #EABF7B
Black with #EABF7B
Text Example
Text Example
White with #EABF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF7B; }
p { color: rgb(234,191,123); }
H1.HeaderClassName
{
color: #EABF7B;
}
.AnyTagClassName
{
color: #EABF7B;
}
</style>
background-color css
<style>
a { background-color: #EABF7B; }
a { background-color: rgb(234,191,123); }
div.DivClassName
{
background-color: #EABF7B;
}
.BgClassName
{
background-color: #EABF7B;
}
</style>
border-color css
<style>
span { border-color: #EABF7B; }
span { border-color: rgb(234,191,123); }
td.TdClassName
{
border-color: #EABF7B;
}
.TagClassName
{
border-color: #EABF7B;
}
</style>