Shades of Corvette #EFBC89
Tints of Corvette #EFBC89
RGB
CMYK
RGB Variations
Color information
#EFBC89 (or 0xEFBC89) is known color: Corvette. HEX triplet: EF, BC and 89. RGB value is (239,188,137). Sum of RGB (Red+Green+Blue) = 239+188+137=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 137 (53.91% from 255 or 24.29% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC89 is #104376. Grayscale: #C5C5C5. Windows color (decimal): -1065847 or 9026799. OLE color: 9026799.
HSL color Cylindrical-coordinate representation of color #EFBC89: hue angle of 30º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFBC89 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 137 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.06 |
| HSL | 30º | 0.76% | 0.74% | - |
| HSV(B) | 30º | 0.43% | 0.94% | - |
| XYZ | 58.1 | 56.12 | 31.44 | - |
| YUV | 197.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 137 | 0 | 0.21 | 0.43 | 0.06 | 30 | 0.76 | 0.74 |
| Hex | EF | BC | 89 | 0 | 15 | 2B | 6 | 1E | 4C | 4A |
| Octal | 357 | 274 | 211 | 0 | 25 | 53 | 6 | 36 | 114 | 112 |
| Binary | 11101111 | 10111100 | 10001001 | 0 | 10101 | 101011 | 110 | 11110 | 1001100 | 1001010 |
Color Harmonies of #EFBC89
Complementary color
Monochromatic Colors of #EFBC89
Black with #EFBC89
Text Example
Text Example
White with #EFBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC89; }
p { color: rgb(239,188,137); }
H1.HeaderClassName
{
color: #EFBC89;
}
.AnyTagClassName
{
color: #EFBC89;
}
</style>
background-color css
<style>
a { background-color: #EFBC89; }
a { background-color: rgb(239,188,137); }
div.DivClassName
{
background-color: #EFBC89;
}
.BgClassName
{
background-color: #EFBC89;
}
</style>
border-color css
<style>
span { border-color: #EFBC89; }
span { border-color: rgb(239,188,137); }
td.TdClassName
{
border-color: #EFBC89;
}
.TagClassName
{
border-color: #EFBC89;
}
</style>