Shades of Corvette #EFB879
Tints of Corvette #EFB879
RGB
CMYK
RGB Variations
Color information
#EFB879 (or 0xEFB879) is known color: Corvette. HEX triplet: EF, B8 and 79. RGB value is (239,184,121). Sum of RGB (Red+Green+Blue) = 239+184+121=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 121 (47.66% from 255 or 22.24% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB879 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB879 is #104786. Grayscale: #C1C1C1. Windows color (decimal): -1066887 or 7977199. OLE color: 7977199.
HSL color Cylindrical-coordinate representation of color #EFB879: hue angle of 32.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFB879 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 121 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.06 |
| HSL | 32.03º | 0.79% | 0.71% | - |
| HSV(B) | 32.03º | 0.49% | 0.94% | - |
| XYZ | 56.19 | 54.01 | 25.55 | - |
| YUV | 193.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 121 | 0 | 0.23 | 0.49 | 0.06 | 32.03 | 0.79 | 0.71 |
| Hex | EF | B8 | 79 | 0 | 17 | 31 | 6 | 20 | 4F | 47 |
| Octal | 357 | 270 | 171 | 0 | 27 | 61 | 6 | 40 | 117 | 107 |
| Binary | 11101111 | 10111000 | 1111001 | 0 | 10111 | 110001 | 110 | 100000 | 1001111 | 1000111 |
Color Harmonies of #EFB879
Complementary color
Monochromatic Colors of #EFB879
Black with #EFB879
Text Example
Text Example
White with #EFB879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB879; }
p { color: rgb(239,184,121); }
H1.HeaderClassName
{
color: #EFB879;
}
.AnyTagClassName
{
color: #EFB879;
}
</style>
background-color css
<style>
a { background-color: #EFB879; }
a { background-color: rgb(239,184,121); }
div.DivClassName
{
background-color: #EFB879;
}
.BgClassName
{
background-color: #EFB879;
}
</style>
border-color css
<style>
span { border-color: #EFB879; }
span { border-color: rgb(239,184,121); }
td.TdClassName
{
border-color: #EFB879;
}
.TagClassName
{
border-color: #EFB879;
}
</style>