Shades of Corvette #EFB67C
Tints of Corvette #EFB67C
RGB
CMYK
RGB Variations
Color information
#EFB67C (or 0xEFB67C) is known color: Corvette. HEX triplet: EF, B6 and 7C. RGB value is (239,182,124). Sum of RGB (Red+Green+Blue) = 239+182+124=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB67C is #104983. Grayscale: #C0C0C0. Windows color (decimal): -1067396 or 8173295. OLE color: 8173295.
HSL color Cylindrical-coordinate representation of color #EFB67C: hue angle of 30.26º 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 #EFB67C is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 124 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.06 |
| HSL | 30.26º | 0.78% | 0.71% | - |
| HSV(B) | 30.26º | 0.48% | 0.94% | - |
| XYZ | 55.96 | 53.26 | 26.4 | - |
| YUV | 192.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 124 | 0 | 0.24 | 0.48 | 0.06 | 30.26 | 0.78 | 0.71 |
| Hex | EF | B6 | 7C | 0 | 18 | 30 | 6 | 1E | 4E | 47 |
| Octal | 357 | 266 | 174 | 0 | 30 | 60 | 6 | 36 | 116 | 107 |
| Binary | 11101111 | 10110110 | 1111100 | 0 | 11000 | 110000 | 110 | 11110 | 1001110 | 1000111 |
Color Harmonies of #EFB67C
Complementary color
Monochromatic Colors of #EFB67C
Black with #EFB67C
Text Example
Text Example
White with #EFB67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB67C; }
p { color: rgb(239,182,124); }
H1.HeaderClassName
{
color: #EFB67C;
}
.AnyTagClassName
{
color: #EFB67C;
}
</style>
background-color css
<style>
a { background-color: #EFB67C; }
a { background-color: rgb(239,182,124); }
div.DivClassName
{
background-color: #EFB67C;
}
.BgClassName
{
background-color: #EFB67C;
}
</style>
border-color css
<style>
span { border-color: #EFB67C; }
span { border-color: rgb(239,182,124); }
td.TdClassName
{
border-color: #EFB67C;
}
.TagClassName
{
border-color: #EFB67C;
}
</style>