Shades of Corvette #EFBB7B
Tints of Corvette #EFBB7B
RGB
CMYK
RGB Variations
Color information
#EFBB7B (or 0xEFBB7B) is known color: Corvette. HEX triplet: EF, BB and 7B. RGB value is (239,187,123). Sum of RGB (Red+Green+Blue) = 239+187+123=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBB7B is #104484. Grayscale: #C3C3C3. Windows color (decimal): -1066117 or 8109039. OLE color: 8109039.
HSL color Cylindrical-coordinate representation of color #EFBB7B: hue angle of 33.1º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFBB7B is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 123 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.06 |
| HSL | 33.1º | 0.78% | 0.71% | - |
| HSV(B) | 33.1º | 0.49% | 0.94% | - |
| XYZ | 56.94 | 55.32 | 26.42 | - |
| YUV | 195.25 | 87.23 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 123 | 0 | 0.22 | 0.49 | 0.06 | 33.1 | 0.78 | 0.71 |
| Hex | EF | BB | 7B | 0 | 16 | 31 | 6 | 21 | 4E | 47 |
| Octal | 357 | 273 | 173 | 0 | 26 | 61 | 6 | 41 | 116 | 107 |
| Binary | 11101111 | 10111011 | 1111011 | 0 | 10110 | 110001 | 110 | 100001 | 1001110 | 1000111 |
Color Harmonies of #EFBB7B
Complementary color
Monochromatic Colors of #EFBB7B
Black with #EFBB7B
Text Example
Text Example
White with #EFBB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB7B; }
p { color: rgb(239,187,123); }
H1.HeaderClassName
{
color: #EFBB7B;
}
.AnyTagClassName
{
color: #EFBB7B;
}
</style>
background-color css
<style>
a { background-color: #EFBB7B; }
a { background-color: rgb(239,187,123); }
div.DivClassName
{
background-color: #EFBB7B;
}
.BgClassName
{
background-color: #EFBB7B;
}
</style>
border-color css
<style>
span { border-color: #EFBB7B; }
span { border-color: rgb(239,187,123); }
td.TdClassName
{
border-color: #EFBB7B;
}
.TagClassName
{
border-color: #EFBB7B;
}
</style>