Shades of Corvette #EFC284
Tints of Corvette #EFC284
RGB
CMYK
RGB Variations
Color information
#EFC284 (or 0xEFC284) is known color: Corvette. HEX triplet: EF, C2 and 84. RGB value is (239,194,132). Sum of RGB (Red+Green+Blue) = 239+194+132=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC284 is #103D7B. Grayscale: #C8C8C8. Windows color (decimal): -1064316 or 8700655. OLE color: 8700655.
HSL color Cylindrical-coordinate representation of color #EFC284: hue angle of 34.77º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFC284 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 132 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.06 |
| HSL | 34.77º | 0.77% | 0.73% | - |
| HSV(B) | 34.77º | 0.45% | 0.94% | - |
| XYZ | 59.05 | 58.6 | 30.03 | - |
| YUV | 200.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 132 | 0 | 0.19 | 0.45 | 0.06 | 34.77 | 0.77 | 0.73 |
| Hex | EF | C2 | 84 | 0 | 13 | 2D | 6 | 23 | 4D | 49 |
| Octal | 357 | 302 | 204 | 0 | 23 | 55 | 6 | 43 | 115 | 111 |
| Binary | 11101111 | 11000010 | 10000100 | 0 | 10011 | 101101 | 110 | 100011 | 1001101 | 1001001 |
Color Harmonies of #EFC284
Complementary color
Monochromatic Colors of #EFC284
Black with #EFC284
Text Example
Text Example
White with #EFC284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC284; }
p { color: rgb(239,194,132); }
H1.HeaderClassName
{
color: #EFC284;
}
.AnyTagClassName
{
color: #EFC284;
}
</style>
background-color css
<style>
a { background-color: #EFC284; }
a { background-color: rgb(239,194,132); }
div.DivClassName
{
background-color: #EFC284;
}
.BgClassName
{
background-color: #EFC284;
}
</style>
border-color css
<style>
span { border-color: #EFC284; }
span { border-color: rgb(239,194,132); }
td.TdClassName
{
border-color: #EFC284;
}
.TagClassName
{
border-color: #EFC284;
}
</style>