Shades of Corvette #EFC07D
Tints of Corvette #EFC07D
RGB
CMYK
RGB Variations
Color information
#EFC07D (or 0xEFC07D) is known color: Corvette. HEX triplet: EF, C0 and 7D. RGB value is (239,192,125). Sum of RGB (Red+Green+Blue) = 239+192+125=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC07D is #103F82. Grayscale: #C6C6C6. Windows color (decimal): -1064835 or 8241391. OLE color: 8241391.
HSL color Cylindrical-coordinate representation of color #EFC07D: hue angle of 35.26º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFC07D is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 125 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.06 |
| HSL | 35.26º | 0.78% | 0.71% | - |
| HSV(B) | 35.26º | 0.48% | 0.94% | - |
| XYZ | 58.15 | 57.53 | 27.44 | - |
| YUV | 198.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 125 | 0 | 0.20 | 0.48 | 0.06 | 35.26 | 0.78 | 0.71 |
| Hex | EF | C0 | 7D | 0 | 14 | 30 | 6 | 23 | 4E | 47 |
| Octal | 357 | 300 | 175 | 0 | 24 | 60 | 6 | 43 | 116 | 107 |
| Binary | 11101111 | 11000000 | 1111101 | 0 | 10100 | 110000 | 110 | 100011 | 1001110 | 1000111 |
Color Harmonies of #EFC07D
Complementary color
Monochromatic Colors of #EFC07D
Black with #EFC07D
Text Example
Text Example
White with #EFC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC07D; }
p { color: rgb(239,192,125); }
H1.HeaderClassName
{
color: #EFC07D;
}
.AnyTagClassName
{
color: #EFC07D;
}
</style>
background-color css
<style>
a { background-color: #EFC07D; }
a { background-color: rgb(239,192,125); }
div.DivClassName
{
background-color: #EFC07D;
}
.BgClassName
{
background-color: #EFC07D;
}
</style>
border-color css
<style>
span { border-color: #EFC07D; }
span { border-color: rgb(239,192,125); }
td.TdClassName
{
border-color: #EFC07D;
}
.TagClassName
{
border-color: #EFC07D;
}
</style>