Shades of Corvette #EFB67E
Tints of Corvette #EFB67E
RGB
CMYK
RGB Variations
Color information
#EFB67E (or 0xEFB67E) is known color: Corvette. HEX triplet: EF, B6 and 7E. RGB value is (239,182,126). Sum of RGB (Red+Green+Blue) = 239+182+126=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB67E is #104981. Grayscale: #C0C0C0. Windows color (decimal): -1067394 or 8304367. OLE color: 8304367.
HSL color Cylindrical-coordinate representation of color #EFB67E: hue angle of 29.73º 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 #EFB67E is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 126 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.06 |
| HSL | 29.73º | 0.78% | 0.72% | - |
| HSV(B) | 29.73º | 0.47% | 0.94% | - |
| XYZ | 56.09 | 53.31 | 27.07 | - |
| YUV | 192.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 126 | 0 | 0.24 | 0.47 | 0.06 | 29.73 | 0.78 | 0.72 |
| Hex | EF | B6 | 7E | 0 | 18 | 2F | 6 | 1E | 4E | 48 |
| Octal | 357 | 266 | 176 | 0 | 30 | 57 | 6 | 36 | 116 | 110 |
| Binary | 11101111 | 10110110 | 1111110 | 0 | 11000 | 101111 | 110 | 11110 | 1001110 | 1001000 |
Color Harmonies of #EFB67E
Complementary color
Monochromatic Colors of #EFB67E
Black with #EFB67E
Text Example
Text Example
White with #EFB67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB67E; }
p { color: rgb(239,182,126); }
H1.HeaderClassName
{
color: #EFB67E;
}
.AnyTagClassName
{
color: #EFB67E;
}
</style>
background-color css
<style>
a { background-color: #EFB67E; }
a { background-color: rgb(239,182,126); }
div.DivClassName
{
background-color: #EFB67E;
}
.BgClassName
{
background-color: #EFB67E;
}
</style>
border-color css
<style>
span { border-color: #EFB67E; }
span { border-color: rgb(239,182,126); }
td.TdClassName
{
border-color: #EFB67E;
}
.TagClassName
{
border-color: #EFB67E;
}
</style>