Shades of Corvette #EFB985
Tints of Corvette #EFB985
RGB
CMYK
RGB Variations
Color information
#EFB985 (or 0xEFB985) is known color: Corvette. HEX triplet: EF, B9 and 85. RGB value is (239,185,133). Sum of RGB (Red+Green+Blue) = 239+185+133=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB985 is #10467A. Grayscale: #C3C3C3. Windows color (decimal): -1066619 or 8763887. OLE color: 8763887.
HSL color Cylindrical-coordinate representation of color #EFB985: hue angle of 29.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFB985 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 133 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.06 |
| HSL | 29.43º | 0.77% | 0.73% | - |
| HSV(B) | 29.43º | 0.44% | 0.94% | - |
| XYZ | 57.18 | 54.74 | 29.74 | - |
| YUV | 195.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 133 | 0 | 0.23 | 0.44 | 0.06 | 29.43 | 0.77 | 0.73 |
| Hex | EF | B9 | 85 | 0 | 17 | 2C | 6 | 1D | 4D | 49 |
| Octal | 357 | 271 | 205 | 0 | 27 | 54 | 6 | 35 | 115 | 111 |
| Binary | 11101111 | 10111001 | 10000101 | 0 | 10111 | 101100 | 110 | 11101 | 1001101 | 1001001 |
Color Harmonies of #EFB985
Complementary color
Monochromatic Colors of #EFB985
Black with #EFB985
Text Example
Text Example
White with #EFB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB985; }
p { color: rgb(239,185,133); }
H1.HeaderClassName
{
color: #EFB985;
}
.AnyTagClassName
{
color: #EFB985;
}
</style>
background-color css
<style>
a { background-color: #EFB985; }
a { background-color: rgb(239,185,133); }
div.DivClassName
{
background-color: #EFB985;
}
.BgClassName
{
background-color: #EFB985;
}
</style>
border-color css
<style>
span { border-color: #EFB985; }
span { border-color: rgb(239,185,133); }
td.TdClassName
{
border-color: #EFB985;
}
.TagClassName
{
border-color: #EFB985;
}
</style>