Shades of Corvette #EFC28E
Tints of Corvette #EFC28E
RGB
CMYK
RGB Variations
Color information
#EFC28E (or 0xEFC28E) is known color: Corvette. HEX triplet: EF, C2 and 8E. RGB value is (239,194,142). Sum of RGB (Red+Green+Blue) = 239+194+142=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC28E is #103D71. Grayscale: #C9C9C9. Windows color (decimal): -1064306 or 9356015. OLE color: 9356015.
HSL color Cylindrical-coordinate representation of color #EFC28E: hue angle of 32.16º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFC28E is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 142 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.06 |
| HSL | 32.16º | 0.75% | 0.75% | - |
| HSV(B) | 32.16º | 0.41% | 0.94% | - |
| XYZ | 59.77 | 58.89 | 33.81 | - |
| YUV | 201.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 142 | 0 | 0.19 | 0.41 | 0.06 | 32.16 | 0.75 | 0.75 |
| Hex | EF | C2 | 8E | 0 | 13 | 29 | 6 | 20 | 4B | 4B |
| Octal | 357 | 302 | 216 | 0 | 23 | 51 | 6 | 40 | 113 | 113 |
| Binary | 11101111 | 11000010 | 10001110 | 0 | 10011 | 101001 | 110 | 100000 | 1001011 | 1001011 |
Color Harmonies of #EFC28E
Complementary color
Monochromatic Colors of #EFC28E
Black with #EFC28E
Text Example
Text Example
White with #EFC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC28E; }
p { color: rgb(239,194,142); }
H1.HeaderClassName
{
color: #EFC28E;
}
.AnyTagClassName
{
color: #EFC28E;
}
</style>
background-color css
<style>
a { background-color: #EFC28E; }
a { background-color: rgb(239,194,142); }
div.DivClassName
{
background-color: #EFC28E;
}
.BgClassName
{
background-color: #EFC28E;
}
</style>
border-color css
<style>
span { border-color: #EFC28E; }
span { border-color: rgb(239,194,142); }
td.TdClassName
{
border-color: #EFC28E;
}
.TagClassName
{
border-color: #EFC28E;
}
</style>