Shades of Corvette #EFB87C
Tints of Corvette #EFB87C
RGB
CMYK
RGB Variations
Color information
#EFB87C (or 0xEFB87C) is known color: Corvette. HEX triplet: EF, B8 and 7C. RGB value is (239,184,124). Sum of RGB (Red+Green+Blue) = 239+184+124=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB87C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB87C is #104783. Grayscale: #C1C1C1. Windows color (decimal): -1066884 or 8173807. OLE color: 8173807.
HSL color Cylindrical-coordinate representation of color #EFB87C: hue angle of 31.3º 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 #EFB87C is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 124 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.06 |
| HSL | 31.3º | 0.78% | 0.71% | - |
| HSV(B) | 31.3º | 0.48% | 0.94% | - |
| XYZ | 56.38 | 54.09 | 26.54 | - |
| YUV | 193.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 124 | 0 | 0.23 | 0.48 | 0.06 | 31.3 | 0.78 | 0.71 |
| Hex | EF | B8 | 7C | 0 | 17 | 30 | 6 | 1F | 4E | 47 |
| Octal | 357 | 270 | 174 | 0 | 27 | 60 | 6 | 37 | 116 | 107 |
| Binary | 11101111 | 10111000 | 1111100 | 0 | 10111 | 110000 | 110 | 11111 | 1001110 | 1000111 |
Color Harmonies of #EFB87C
Complementary color
Monochromatic Colors of #EFB87C
Black with #EFB87C
Text Example
Text Example
White with #EFB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB87C; }
p { color: rgb(239,184,124); }
H1.HeaderClassName
{
color: #EFB87C;
}
.AnyTagClassName
{
color: #EFB87C;
}
</style>
background-color css
<style>
a { background-color: #EFB87C; }
a { background-color: rgb(239,184,124); }
div.DivClassName
{
background-color: #EFB87C;
}
.BgClassName
{
background-color: #EFB87C;
}
</style>
border-color css
<style>
span { border-color: #EFB87C; }
span { border-color: rgb(239,184,124); }
td.TdClassName
{
border-color: #EFB87C;
}
.TagClassName
{
border-color: #EFB87C;
}
</style>