Shades of Corvette #EFC289
Tints of Corvette #EFC289
RGB
CMYK
RGB Variations
Color information
#EFC289 (or 0xEFC289) is known color: Corvette. HEX triplet: EF, C2 and 89. RGB value is (239,194,137). Sum of RGB (Red+Green+Blue) = 239+194+137=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 137 (53.91% from 255 or 24.04% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC289 is #103D76. Grayscale: #C9C9C9. Windows color (decimal): -1064311 or 9028335. OLE color: 9028335.
HSL color Cylindrical-coordinate representation of color #EFC289: hue angle of 33.53º 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 #EFC289 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 137 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.06 |
| HSL | 33.53º | 0.76% | 0.74% | - |
| HSV(B) | 33.53º | 0.43% | 0.94% | - |
| XYZ | 59.4 | 58.74 | 31.87 | - |
| YUV | 200.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 137 | 0 | 0.19 | 0.43 | 0.06 | 33.53 | 0.76 | 0.74 |
| Hex | EF | C2 | 89 | 0 | 13 | 2B | 6 | 22 | 4C | 4A |
| Octal | 357 | 302 | 211 | 0 | 23 | 53 | 6 | 42 | 114 | 112 |
| Binary | 11101111 | 11000010 | 10001001 | 0 | 10011 | 101011 | 110 | 100010 | 1001100 | 1001010 |
Color Harmonies of #EFC289
Complementary color
Monochromatic Colors of #EFC289
Black with #EFC289
Text Example
Text Example
White with #EFC289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC289; }
p { color: rgb(239,194,137); }
H1.HeaderClassName
{
color: #EFC289;
}
.AnyTagClassName
{
color: #EFC289;
}
</style>
background-color css
<style>
a { background-color: #EFC289; }
a { background-color: rgb(239,194,137); }
div.DivClassName
{
background-color: #EFC289;
}
.BgClassName
{
background-color: #EFC289;
}
</style>
border-color css
<style>
span { border-color: #EFC289; }
span { border-color: rgb(239,194,137); }
td.TdClassName
{
border-color: #EFC289;
}
.TagClassName
{
border-color: #EFC289;
}
</style>