Shades of Corvette #EFC089
Tints of Corvette #EFC089
RGB
CMYK
RGB Variations
Color information
#EFC089 (or 0xEFC089) is known color: Corvette. HEX triplet: EF, C0 and 89. RGB value is (239,192,137). Sum of RGB (Red+Green+Blue) = 239+192+137=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 137 (53.91% from 255 or 24.12% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC089 is #103F76. Grayscale: #C8C8C8. Windows color (decimal): -1064823 or 9027823. OLE color: 9027823.
HSL color Cylindrical-coordinate representation of color #EFC089: hue angle of 32.35º 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 #EFC089 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 137 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.06 |
| HSL | 32.35º | 0.76% | 0.74% | - |
| HSV(B) | 32.35º | 0.43% | 0.94% | - |
| XYZ | 58.96 | 57.86 | 31.73 | - |
| YUV | 199.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 137 | 0 | 0.20 | 0.43 | 0.06 | 32.35 | 0.76 | 0.74 |
| Hex | EF | C0 | 89 | 0 | 14 | 2B | 6 | 20 | 4C | 4A |
| Octal | 357 | 300 | 211 | 0 | 24 | 53 | 6 | 40 | 114 | 112 |
| Binary | 11101111 | 11000000 | 10001001 | 0 | 10100 | 101011 | 110 | 100000 | 1001100 | 1001010 |
Color Harmonies of #EFC089
Complementary color
Monochromatic Colors of #EFC089
Black with #EFC089
Text Example
Text Example
White with #EFC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC089; }
p { color: rgb(239,192,137); }
H1.HeaderClassName
{
color: #EFC089;
}
.AnyTagClassName
{
color: #EFC089;
}
</style>
background-color css
<style>
a { background-color: #EFC089; }
a { background-color: rgb(239,192,137); }
div.DivClassName
{
background-color: #EFC089;
}
.BgClassName
{
background-color: #EFC089;
}
</style>
border-color css
<style>
span { border-color: #EFC089; }
span { border-color: rgb(239,192,137); }
td.TdClassName
{
border-color: #EFC089;
}
.TagClassName
{
border-color: #EFC089;
}
</style>