Shades of Corvette #EFB889
Tints of Corvette #EFB889
RGB
CMYK
RGB Variations
Color information
#EFB889 (or 0xEFB889) is known color: Corvette. HEX triplet: EF, B8 and 89. RGB value is (239,184,137). Sum of RGB (Red+Green+Blue) = 239+184+137=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB889 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB889 is #104776. Grayscale: #C3C3C3. Windows color (decimal): -1066871 or 9025775. OLE color: 9025775.
HSL color Cylindrical-coordinate representation of color #EFB889: hue angle of 27.65º 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 #EFB889 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 137 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.06 |
| HSL | 27.65º | 0.76% | 0.74% | - |
| HSV(B) | 27.65º | 0.43% | 0.94% | - |
| XYZ | 57.25 | 54.44 | 31.16 | - |
| YUV | 195.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 137 | 0 | 0.23 | 0.43 | 0.06 | 27.65 | 0.76 | 0.74 |
| Hex | EF | B8 | 89 | 0 | 17 | 2B | 6 | 1C | 4C | 4A |
| Octal | 357 | 270 | 211 | 0 | 27 | 53 | 6 | 34 | 114 | 112 |
| Binary | 11101111 | 10111000 | 10001001 | 0 | 10111 | 101011 | 110 | 11100 | 1001100 | 1001010 |
Color Harmonies of #EFB889
Complementary color
Monochromatic Colors of #EFB889
Black with #EFB889
Text Example
Text Example
White with #EFB889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB889; }
p { color: rgb(239,184,137); }
H1.HeaderClassName
{
color: #EFB889;
}
.AnyTagClassName
{
color: #EFB889;
}
</style>
background-color css
<style>
a { background-color: #EFB889; }
a { background-color: rgb(239,184,137); }
div.DivClassName
{
background-color: #EFB889;
}
.BgClassName
{
background-color: #EFB889;
}
</style>
border-color css
<style>
span { border-color: #EFB889; }
span { border-color: rgb(239,184,137); }
td.TdClassName
{
border-color: #EFB889;
}
.TagClassName
{
border-color: #EFB889;
}
</style>