Shades of Corvette #EFB880
Tints of Corvette #EFB880
RGB
CMYK
RGB Variations
Color information
#EFB880 (or 0xEFB880) is known color: Corvette. HEX triplet: EF, B8 and 80. RGB value is (239,184,128). Sum of RGB (Red+Green+Blue) = 239+184+128=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB880 is #10477F. Grayscale: #C2C2C2. Windows color (decimal): -1066880 or 8435951. OLE color: 8435951.
HSL color Cylindrical-coordinate representation of color #EFB880: hue angle of 30.27º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFB880 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 128 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.06 |
| HSL | 30.27º | 0.78% | 0.72% | - |
| HSV(B) | 30.27º | 0.46% | 0.94% | - |
| XYZ | 56.63 | 54.19 | 27.9 | - |
| YUV | 194.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 128 | 0 | 0.23 | 0.46 | 0.06 | 30.27 | 0.78 | 0.72 |
| Hex | EF | B8 | 80 | 0 | 17 | 2E | 6 | 1E | 4E | 48 |
| Octal | 357 | 270 | 200 | 0 | 27 | 56 | 6 | 36 | 116 | 110 |
| Binary | 11101111 | 10111000 | 10000000 | 0 | 10111 | 101110 | 110 | 11110 | 1001110 | 1001000 |
Color Harmonies of #EFB880
Complementary color
Monochromatic Colors of #EFB880
Black with #EFB880
Text Example
Text Example
White with #EFB880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB880; }
p { color: rgb(239,184,128); }
H1.HeaderClassName
{
color: #EFB880;
}
.AnyTagClassName
{
color: #EFB880;
}
</style>
background-color css
<style>
a { background-color: #EFB880; }
a { background-color: rgb(239,184,128); }
div.DivClassName
{
background-color: #EFB880;
}
.BgClassName
{
background-color: #EFB880;
}
</style>
border-color css
<style>
span { border-color: #EFB880; }
span { border-color: rgb(239,184,128); }
td.TdClassName
{
border-color: #EFB880;
}
.TagClassName
{
border-color: #EFB880;
}
</style>