Shades of Corvette #EFB87B
Tints of Corvette #EFB87B
RGB
CMYK
RGB Variations
Color information
#EFB87B (or 0xEFB87B) is known color: Corvette. HEX triplet: EF, B8 and 7B. RGB value is (239,184,123). Sum of RGB (Red+Green+Blue) = 239+184+123=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB87B is #104784. Grayscale: #C1C1C1. Windows color (decimal): -1066885 or 8108271. OLE color: 8108271.
HSL color Cylindrical-coordinate representation of color #EFB87B: hue angle of 31.55º 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 #EFB87B is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 123 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.06 |
| HSL | 31.55º | 0.78% | 0.71% | - |
| HSV(B) | 31.55º | 0.49% | 0.94% | - |
| XYZ | 56.31 | 54.06 | 26.21 | - |
| YUV | 193.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 123 | 0 | 0.23 | 0.49 | 0.06 | 31.55 | 0.78 | 0.71 |
| Hex | EF | B8 | 7B | 0 | 17 | 31 | 6 | 20 | 4E | 47 |
| Octal | 357 | 270 | 173 | 0 | 27 | 61 | 6 | 40 | 116 | 107 |
| Binary | 11101111 | 10111000 | 1111011 | 0 | 10111 | 110001 | 110 | 100000 | 1001110 | 1000111 |
Color Harmonies of #EFB87B
Complementary color
Monochromatic Colors of #EFB87B
Black with #EFB87B
Text Example
Text Example
White with #EFB87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB87B; }
p { color: rgb(239,184,123); }
H1.HeaderClassName
{
color: #EFB87B;
}
.AnyTagClassName
{
color: #EFB87B;
}
</style>
background-color css
<style>
a { background-color: #EFB87B; }
a { background-color: rgb(239,184,123); }
div.DivClassName
{
background-color: #EFB87B;
}
.BgClassName
{
background-color: #EFB87B;
}
</style>
border-color css
<style>
span { border-color: #EFB87B; }
span { border-color: rgb(239,184,123); }
td.TdClassName
{
border-color: #EFB87B;
}
.TagClassName
{
border-color: #EFB87B;
}
</style>