Shades of Corvette #EFC285
Tints of Corvette #EFC285
RGB
CMYK
RGB Variations
Color information
#EFC285 (or 0xEFC285) is known color: Corvette. HEX triplet: EF, C2 and 85. RGB value is (239,194,133). Sum of RGB (Red+Green+Blue) = 239+194+133=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC285 is #103D7A. Grayscale: #C8C8C8. Windows color (decimal): -1064315 or 8766191. OLE color: 8766191.
HSL color Cylindrical-coordinate representation of color #EFC285: hue angle of 34.53º degrees, saturation: 0.77, 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 #EFC285 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 133 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.06 |
| HSL | 34.53º | 0.77% | 0.73% | - |
| HSV(B) | 34.53º | 0.44% | 0.94% | - |
| XYZ | 59.12 | 58.63 | 30.39 | - |
| YUV | 200.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 133 | 0 | 0.19 | 0.44 | 0.06 | 34.53 | 0.77 | 0.73 |
| Hex | EF | C2 | 85 | 0 | 13 | 2C | 6 | 23 | 4D | 49 |
| Octal | 357 | 302 | 205 | 0 | 23 | 54 | 6 | 43 | 115 | 111 |
| Binary | 11101111 | 11000010 | 10000101 | 0 | 10011 | 101100 | 110 | 100011 | 1001101 | 1001001 |
Color Harmonies of #EFC285
Complementary color
Monochromatic Colors of #EFC285
Black with #EFC285
Text Example
Text Example
White with #EFC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC285; }
p { color: rgb(239,194,133); }
H1.HeaderClassName
{
color: #EFC285;
}
.AnyTagClassName
{
color: #EFC285;
}
</style>
background-color css
<style>
a { background-color: #EFC285; }
a { background-color: rgb(239,194,133); }
div.DivClassName
{
background-color: #EFC285;
}
.BgClassName
{
background-color: #EFC285;
}
</style>
border-color css
<style>
span { border-color: #EFC285; }
span { border-color: rgb(239,194,133); }
td.TdClassName
{
border-color: #EFC285;
}
.TagClassName
{
border-color: #EFC285;
}
</style>