Shades of Corvette #EFB77F
Tints of Corvette #EFB77F
RGB
CMYK
RGB Variations
Color information
#EFB77F (or 0xEFB77F) is known color: Corvette. HEX triplet: EF, B7 and 7F. RGB value is (239,183,127). Sum of RGB (Red+Green+Blue) = 239+183+127=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB77F is #104880. Grayscale: #C1C1C1. Windows color (decimal): -1067137 or 8370159. OLE color: 8370159.
HSL color Cylindrical-coordinate representation of color #EFB77F: hue angle of 30º 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 #EFB77F is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 127 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.06 |
| HSL | 30º | 0.78% | 0.72% | - |
| HSV(B) | 30º | 0.47% | 0.94% | - |
| XYZ | 56.36 | 53.75 | 27.48 | - |
| YUV | 193.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 127 | 0 | 0.23 | 0.47 | 0.06 | 30 | 0.78 | 0.72 |
| Hex | EF | B7 | 7F | 0 | 17 | 2F | 6 | 1E | 4E | 48 |
| Octal | 357 | 267 | 177 | 0 | 27 | 57 | 6 | 36 | 116 | 110 |
| Binary | 11101111 | 10110111 | 1111111 | 0 | 10111 | 101111 | 110 | 11110 | 1001110 | 1001000 |
Color Harmonies of #EFB77F
Complementary color
Monochromatic Colors of #EFB77F
Black with #EFB77F
Text Example
Text Example
White with #EFB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB77F; }
p { color: rgb(239,183,127); }
H1.HeaderClassName
{
color: #EFB77F;
}
.AnyTagClassName
{
color: #EFB77F;
}
</style>
background-color css
<style>
a { background-color: #EFB77F; }
a { background-color: rgb(239,183,127); }
div.DivClassName
{
background-color: #EFB77F;
}
.BgClassName
{
background-color: #EFB77F;
}
</style>
border-color css
<style>
span { border-color: #EFB77F; }
span { border-color: rgb(239,183,127); }
td.TdClassName
{
border-color: #EFB77F;
}
.TagClassName
{
border-color: #EFB77F;
}
</style>