Shades of Corvette #EFB88C
Tints of Corvette #EFB88C
RGB
CMYK
RGB Variations
Color information
#EFB88C (or 0xEFB88C) is known color: Corvette. HEX triplet: EF, B8 and 8C. RGB value is (239,184,140). Sum of RGB (Red+Green+Blue) = 239+184+140=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB88C is #104773. Grayscale: #C3C3C3. Windows color (decimal): -1066868 or 9222383. OLE color: 9222383.
HSL color Cylindrical-coordinate representation of color #EFB88C: hue angle of 26.67º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFB88C is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 140 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.06 |
| HSL | 26.67º | 0.76% | 0.74% | - |
| HSV(B) | 26.67º | 0.41% | 0.94% | - |
| XYZ | 57.47 | 54.53 | 32.31 | - |
| YUV | 195.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 140 | 0 | 0.23 | 0.41 | 0.06 | 26.67 | 0.76 | 0.74 |
| Hex | EF | B8 | 8C | 0 | 17 | 29 | 6 | 1B | 4C | 4A |
| Octal | 357 | 270 | 214 | 0 | 27 | 51 | 6 | 33 | 114 | 112 |
| Binary | 11101111 | 10111000 | 10001100 | 0 | 10111 | 101001 | 110 | 11011 | 1001100 | 1001010 |
Color Harmonies of #EFB88C
Complementary color
Monochromatic Colors of #EFB88C
Black with #EFB88C
Text Example
Text Example
White with #EFB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB88C; }
p { color: rgb(239,184,140); }
H1.HeaderClassName
{
color: #EFB88C;
}
.AnyTagClassName
{
color: #EFB88C;
}
</style>
background-color css
<style>
a { background-color: #EFB88C; }
a { background-color: rgb(239,184,140); }
div.DivClassName
{
background-color: #EFB88C;
}
.BgClassName
{
background-color: #EFB88C;
}
</style>
border-color css
<style>
span { border-color: #EFB88C; }
span { border-color: rgb(239,184,140); }
td.TdClassName
{
border-color: #EFB88C;
}
.TagClassName
{
border-color: #EFB88C;
}
</style>