Shades of Corvette #EFB87F
Tints of Corvette #EFB87F
RGB
CMYK
RGB Variations
Color information
#EFB87F (or 0xEFB87F) is known color: Corvette. HEX triplet: EF, B8 and 7F. RGB value is (239,184,127). Sum of RGB (Red+Green+Blue) = 239+184+127=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB87F is #104780. Grayscale: #C2C2C2. Windows color (decimal): -1066881 or 8370415. OLE color: 8370415.
HSL color Cylindrical-coordinate representation of color #EFB87F: hue angle of 30.54º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFB87F is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 127 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.06 |
| HSL | 30.54º | 0.78% | 0.72% | - |
| HSV(B) | 30.54º | 0.47% | 0.94% | - |
| XYZ | 56.57 | 54.16 | 27.55 | - |
| YUV | 193.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 127 | 0 | 0.23 | 0.47 | 0.06 | 30.54 | 0.78 | 0.72 |
| Hex | EF | B8 | 7F | 0 | 17 | 2F | 6 | 1F | 4E | 48 |
| Octal | 357 | 270 | 177 | 0 | 27 | 57 | 6 | 37 | 116 | 110 |
| Binary | 11101111 | 10111000 | 1111111 | 0 | 10111 | 101111 | 110 | 11111 | 1001110 | 1001000 |
Color Harmonies of #EFB87F
Complementary color
Monochromatic Colors of #EFB87F
Black with #EFB87F
Text Example
Text Example
White with #EFB87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB87F; }
p { color: rgb(239,184,127); }
H1.HeaderClassName
{
color: #EFB87F;
}
.AnyTagClassName
{
color: #EFB87F;
}
</style>
background-color css
<style>
a { background-color: #EFB87F; }
a { background-color: rgb(239,184,127); }
div.DivClassName
{
background-color: #EFB87F;
}
.BgClassName
{
background-color: #EFB87F;
}
</style>
border-color css
<style>
span { border-color: #EFB87F; }
span { border-color: rgb(239,184,127); }
td.TdClassName
{
border-color: #EFB87F;
}
.TagClassName
{
border-color: #EFB87F;
}
</style>