Shades of Corvette #EFC287
Tints of Corvette #EFC287
RGB
CMYK
RGB Variations
Color information
#EFC287 (or 0xEFC287) is known color: Corvette. HEX triplet: EF, C2 and 87. RGB value is (239,194,135). Sum of RGB (Red+Green+Blue) = 239+194+135=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 135 (53.12% from 255 or 23.77% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC287 is #103D78. Grayscale: #C9C9C9. Windows color (decimal): -1064313 or 8897263. OLE color: 8897263.
HSL color Cylindrical-coordinate representation of color #EFC287: hue angle of 34.04º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFC287 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 135 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.06 |
| HSL | 34.04º | 0.76% | 0.73% | - |
| HSV(B) | 34.04º | 0.44% | 0.94% | - |
| XYZ | 59.26 | 58.68 | 31.13 | - |
| YUV | 200.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 135 | 0 | 0.19 | 0.44 | 0.06 | 34.04 | 0.76 | 0.73 |
| Hex | EF | C2 | 87 | 0 | 13 | 2C | 6 | 22 | 4C | 49 |
| Octal | 357 | 302 | 207 | 0 | 23 | 54 | 6 | 42 | 114 | 111 |
| Binary | 11101111 | 11000010 | 10000111 | 0 | 10011 | 101100 | 110 | 100010 | 1001100 | 1001001 |
Color Harmonies of #EFC287
Complementary color
Monochromatic Colors of #EFC287
Black with #EFC287
Text Example
Text Example
White with #EFC287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC287; }
p { color: rgb(239,194,135); }
H1.HeaderClassName
{
color: #EFC287;
}
.AnyTagClassName
{
color: #EFC287;
}
</style>
background-color css
<style>
a { background-color: #EFC287; }
a { background-color: rgb(239,194,135); }
div.DivClassName
{
background-color: #EFC287;
}
.BgClassName
{
background-color: #EFC287;
}
</style>
border-color css
<style>
span { border-color: #EFC287; }
span { border-color: rgb(239,194,135); }
td.TdClassName
{
border-color: #EFC287;
}
.TagClassName
{
border-color: #EFC287;
}
</style>