Shades of Corvette #EFBC8A
Tints of Corvette #EFBC8A
RGB
CMYK
RGB Variations
Color information
#EFBC8A (or 0xEFBC8A) is known color: Corvette. HEX triplet: EF, BC and 8A. RGB value is (239,188,138). Sum of RGB (Red+Green+Blue) = 239+188+138=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC8A is #104375. Grayscale: #C5C5C5. Windows color (decimal): -1065846 or 9092335. OLE color: 9092335.
HSL color Cylindrical-coordinate representation of color #EFBC8A: hue angle of 29.7º 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 #EFBC8A is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 138 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.06 |
| HSL | 29.7º | 0.76% | 0.74% | - |
| HSV(B) | 29.7º | 0.42% | 0.94% | - |
| XYZ | 58.17 | 56.15 | 31.82 | - |
| YUV | 197.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 138 | 0 | 0.21 | 0.42 | 0.06 | 29.7 | 0.76 | 0.74 |
| Hex | EF | BC | 8A | 0 | 15 | 2A | 6 | 1E | 4C | 4A |
| Octal | 357 | 274 | 212 | 0 | 25 | 52 | 6 | 36 | 114 | 112 |
| Binary | 11101111 | 10111100 | 10001010 | 0 | 10101 | 101010 | 110 | 11110 | 1001100 | 1001010 |
Color Harmonies of #EFBC8A
Complementary color
Monochromatic Colors of #EFBC8A
Black with #EFBC8A
Text Example
Text Example
White with #EFBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC8A; }
p { color: rgb(239,188,138); }
H1.HeaderClassName
{
color: #EFBC8A;
}
.AnyTagClassName
{
color: #EFBC8A;
}
</style>
background-color css
<style>
a { background-color: #EFBC8A; }
a { background-color: rgb(239,188,138); }
div.DivClassName
{
background-color: #EFBC8A;
}
.BgClassName
{
background-color: #EFBC8A;
}
</style>
border-color css
<style>
span { border-color: #EFBC8A; }
span { border-color: rgb(239,188,138); }
td.TdClassName
{
border-color: #EFBC8A;
}
.TagClassName
{
border-color: #EFBC8A;
}
</style>