Shades of Corvette #EFB984
Tints of Corvette #EFB984
RGB
CMYK
RGB Variations
Color information
#EFB984 (or 0xEFB984) is known color: Corvette. HEX triplet: EF, B9 and 84. RGB value is (239,185,132). Sum of RGB (Red+Green+Blue) = 239+185+132=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB984 is #10467B. Grayscale: #C3C3C3. Windows color (decimal): -1066620 or 8698351. OLE color: 8698351.
HSL color Cylindrical-coordinate representation of color #EFB984: hue angle of 29.72º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFB984 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 132 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.06 |
| HSL | 29.72º | 0.77% | 0.73% | - |
| HSV(B) | 29.72º | 0.45% | 0.94% | - |
| XYZ | 57.11 | 54.71 | 29.38 | - |
| YUV | 195.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 132 | 0 | 0.23 | 0.45 | 0.06 | 29.72 | 0.77 | 0.73 |
| Hex | EF | B9 | 84 | 0 | 17 | 2D | 6 | 1E | 4D | 49 |
| Octal | 357 | 271 | 204 | 0 | 27 | 55 | 6 | 36 | 115 | 111 |
| Binary | 11101111 | 10111001 | 10000100 | 0 | 10111 | 101101 | 110 | 11110 | 1001101 | 1001001 |
Color Harmonies of #EFB984
Complementary color
Monochromatic Colors of #EFB984
Black with #EFB984
Text Example
Text Example
White with #EFB984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB984; }
p { color: rgb(239,185,132); }
H1.HeaderClassName
{
color: #EFB984;
}
.AnyTagClassName
{
color: #EFB984;
}
</style>
background-color css
<style>
a { background-color: #EFB984; }
a { background-color: rgb(239,185,132); }
div.DivClassName
{
background-color: #EFB984;
}
.BgClassName
{
background-color: #EFB984;
}
</style>
border-color css
<style>
span { border-color: #EFB984; }
span { border-color: rgb(239,185,132); }
td.TdClassName
{
border-color: #EFB984;
}
.TagClassName
{
border-color: #EFB984;
}
</style>