Shades of Corvette #EFBF8A
Tints of Corvette #EFBF8A
RGB
CMYK
RGB Variations
Color information
#EFBF8A (or 0xEFBF8A) is known color: Corvette. HEX triplet: EF, BF and 8A. RGB value is (239,191,138). Sum of RGB (Red+Green+Blue) = 239+191+138=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBF8A is #104075. Grayscale: #C7C7C7. Windows color (decimal): -1065078 or 9093103. OLE color: 9093103.
HSL color Cylindrical-coordinate representation of color #EFBF8A: hue angle of 31.49º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFBF8A is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 138 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.06 |
| HSL | 31.49º | 0.76% | 0.74% | - |
| HSV(B) | 31.49º | 0.42% | 0.94% | - |
| XYZ | 58.81 | 57.45 | 32.03 | - |
| YUV | 199.31 | 93.4 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 138 | 0 | 0.20 | 0.42 | 0.06 | 31.49 | 0.76 | 0.74 |
| Hex | EF | BF | 8A | 0 | 14 | 2A | 6 | 1F | 4C | 4A |
| Octal | 357 | 277 | 212 | 0 | 24 | 52 | 6 | 37 | 114 | 112 |
| Binary | 11101111 | 10111111 | 10001010 | 0 | 10100 | 101010 | 110 | 11111 | 1001100 | 1001010 |
Color Harmonies of #EFBF8A
Complementary color
Monochromatic Colors of #EFBF8A
Black with #EFBF8A
Text Example
Text Example
White with #EFBF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBF8A; }
p { color: rgb(239,191,138); }
H1.HeaderClassName
{
color: #EFBF8A;
}
.AnyTagClassName
{
color: #EFBF8A;
}
</style>
background-color css
<style>
a { background-color: #EFBF8A; }
a { background-color: rgb(239,191,138); }
div.DivClassName
{
background-color: #EFBF8A;
}
.BgClassName
{
background-color: #EFBF8A;
}
</style>
border-color css
<style>
span { border-color: #EFBF8A; }
span { border-color: rgb(239,191,138); }
td.TdClassName
{
border-color: #EFBF8A;
}
.TagClassName
{
border-color: #EFBF8A;
}
</style>