Shades of Corvette #EFB47D
Tints of Corvette #EFB47D
RGB
CMYK
RGB Variations
Color information
#EFB47D (or 0xEFB47D) is known color: Corvette. HEX triplet: EF, B4 and 7D. RGB value is (239,180,125). Sum of RGB (Red+Green+Blue) = 239+180+125=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB47D is #104B82. Grayscale: #BFBFBF. Windows color (decimal): -1067907 or 8238319. OLE color: 8238319.
HSL color Cylindrical-coordinate representation of color #EFB47D: hue angle of 28.95º 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 #EFB47D is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 125 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.06 |
| HSL | 28.95º | 0.78% | 0.71% | - |
| HSV(B) | 28.95º | 0.48% | 0.94% | - |
| XYZ | 55.62 | 52.47 | 26.6 | - |
| YUV | 191.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 125 | 0 | 0.25 | 0.48 | 0.06 | 28.95 | 0.78 | 0.71 |
| Hex | EF | B4 | 7D | 0 | 19 | 30 | 6 | 1D | 4E | 47 |
| Octal | 357 | 264 | 175 | 0 | 31 | 60 | 6 | 35 | 116 | 107 |
| Binary | 11101111 | 10110100 | 1111101 | 0 | 11001 | 110000 | 110 | 11101 | 1001110 | 1000111 |
Color Harmonies of #EFB47D
Complementary color
Monochromatic Colors of #EFB47D
Black with #EFB47D
Text Example
Text Example
White with #EFB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB47D; }
p { color: rgb(239,180,125); }
H1.HeaderClassName
{
color: #EFB47D;
}
.AnyTagClassName
{
color: #EFB47D;
}
</style>
background-color css
<style>
a { background-color: #EFB47D; }
a { background-color: rgb(239,180,125); }
div.DivClassName
{
background-color: #EFB47D;
}
.BgClassName
{
background-color: #EFB47D;
}
</style>
border-color css
<style>
span { border-color: #EFB47D; }
span { border-color: rgb(239,180,125); }
td.TdClassName
{
border-color: #EFB47D;
}
.TagClassName
{
border-color: #EFB47D;
}
</style>