Shades of Corvette #EFBC7D
Tints of Corvette #EFBC7D
RGB
CMYK
RGB Variations
Color information
#EFBC7D (or 0xEFBC7D) is known color: Corvette. HEX triplet: EF, BC and 7D. RGB value is (239,188,125). Sum of RGB (Red+Green+Blue) = 239+188+125=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC7D is #104382. Grayscale: #C4C4C4. Windows color (decimal): -1065859 or 8240367. OLE color: 8240367.
HSL color Cylindrical-coordinate representation of color #EFBC7D: hue angle of 33.16º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFBC7D is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 125 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.06 |
| HSL | 33.16º | 0.78% | 0.71% | - |
| HSV(B) | 33.16º | 0.48% | 0.94% | - |
| XYZ | 57.28 | 55.8 | 27.15 | - |
| YUV | 196.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 125 | 0 | 0.21 | 0.48 | 0.06 | 33.16 | 0.78 | 0.71 |
| Hex | EF | BC | 7D | 0 | 15 | 30 | 6 | 21 | 4E | 47 |
| Octal | 357 | 274 | 175 | 0 | 25 | 60 | 6 | 41 | 116 | 107 |
| Binary | 11101111 | 10111100 | 1111101 | 0 | 10101 | 110000 | 110 | 100001 | 1001110 | 1000111 |
Color Harmonies of #EFBC7D
Complementary color
Monochromatic Colors of #EFBC7D
Black with #EFBC7D
Text Example
Text Example
White with #EFBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC7D; }
p { color: rgb(239,188,125); }
H1.HeaderClassName
{
color: #EFBC7D;
}
.AnyTagClassName
{
color: #EFBC7D;
}
</style>
background-color css
<style>
a { background-color: #EFBC7D; }
a { background-color: rgb(239,188,125); }
div.DivClassName
{
background-color: #EFBC7D;
}
.BgClassName
{
background-color: #EFBC7D;
}
</style>
border-color css
<style>
span { border-color: #EFBC7D; }
span { border-color: rgb(239,188,125); }
td.TdClassName
{
border-color: #EFBC7D;
}
.TagClassName
{
border-color: #EFBC7D;
}
</style>