Shades of Corvette #EFBC7B
Tints of Corvette #EFBC7B
RGB
CMYK
RGB Variations
Color information
#EFBC7B (or 0xEFBC7B) is known color: Corvette. HEX triplet: EF, BC and 7B. RGB value is (239,188,123). Sum of RGB (Red+Green+Blue) = 239+188+123=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC7B is #104384. Grayscale: #C4C4C4. Windows color (decimal): -1065861 or 8109295. OLE color: 8109295.
HSL color Cylindrical-coordinate representation of color #EFBC7B: hue angle of 33.62º 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 #EFBC7B is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 123 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.06 |
| HSL | 33.62º | 0.78% | 0.71% | - |
| HSV(B) | 33.62º | 0.49% | 0.94% | - |
| XYZ | 57.15 | 55.75 | 26.49 | - |
| YUV | 195.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 123 | 0 | 0.21 | 0.49 | 0.06 | 33.62 | 0.78 | 0.71 |
| Hex | EF | BC | 7B | 0 | 15 | 31 | 6 | 22 | 4E | 47 |
| Octal | 357 | 274 | 173 | 0 | 25 | 61 | 6 | 42 | 116 | 107 |
| Binary | 11101111 | 10111100 | 1111011 | 0 | 10101 | 110001 | 110 | 100010 | 1001110 | 1000111 |
Color Harmonies of #EFBC7B
Complementary color
Monochromatic Colors of #EFBC7B
Black with #EFBC7B
Text Example
Text Example
White with #EFBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC7B; }
p { color: rgb(239,188,123); }
H1.HeaderClassName
{
color: #EFBC7B;
}
.AnyTagClassName
{
color: #EFBC7B;
}
</style>
background-color css
<style>
a { background-color: #EFBC7B; }
a { background-color: rgb(239,188,123); }
div.DivClassName
{
background-color: #EFBC7B;
}
.BgClassName
{
background-color: #EFBC7B;
}
</style>
border-color css
<style>
span { border-color: #EFBC7B; }
span { border-color: rgb(239,188,123); }
td.TdClassName
{
border-color: #EFBC7B;
}
.TagClassName
{
border-color: #EFBC7B;
}
</style>