Shades of Corvette #EFC189
Tints of Corvette #EFC189
RGB
CMYK
RGB Variations
Color information
#EFC189 (or 0xEFC189) is known color: Corvette. HEX triplet: EF, C1 and 89. RGB value is (239,193,137). Sum of RGB (Red+Green+Blue) = 239+193+137=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC189 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC189 is #103E76. Grayscale: #C8C8C8. Windows color (decimal): -1064567 or 9028079. OLE color: 9028079.
HSL color Cylindrical-coordinate representation of color #EFC189: hue angle of 32.94º 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 #EFC189 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 137 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.06 |
| HSL | 32.94º | 0.76% | 0.74% | - |
| HSV(B) | 32.94º | 0.43% | 0.94% | - |
| XYZ | 59.18 | 58.3 | 31.8 | - |
| YUV | 200.37 | 92.24 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 137 | 0 | 0.19 | 0.43 | 0.06 | 32.94 | 0.76 | 0.74 |
| Hex | EF | C1 | 89 | 0 | 13 | 2B | 6 | 21 | 4C | 4A |
| Octal | 357 | 301 | 211 | 0 | 23 | 53 | 6 | 41 | 114 | 112 |
| Binary | 11101111 | 11000001 | 10001001 | 0 | 10011 | 101011 | 110 | 100001 | 1001100 | 1001010 |
Color Harmonies of #EFC189
Complementary color
Monochromatic Colors of #EFC189
Black with #EFC189
Text Example
Text Example
White with #EFC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC189; }
p { color: rgb(239,193,137); }
H1.HeaderClassName
{
color: #EFC189;
}
.AnyTagClassName
{
color: #EFC189;
}
</style>
background-color css
<style>
a { background-color: #EFC189; }
a { background-color: rgb(239,193,137); }
div.DivClassName
{
background-color: #EFC189;
}
.BgClassName
{
background-color: #EFC189;
}
</style>
border-color css
<style>
span { border-color: #EFC189; }
span { border-color: rgb(239,193,137); }
td.TdClassName
{
border-color: #EFC189;
}
.TagClassName
{
border-color: #EFC189;
}
</style>