Shades of Corvette #EFB385
Tints of Corvette #EFB385
RGB
CMYK
RGB Variations
Color information
#EFB385 (or 0xEFB385) is known color: Corvette. HEX triplet: EF, B3 and 85. RGB value is (239,179,133). Sum of RGB (Red+Green+Blue) = 239+179+133=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB385 is #104C7A. Grayscale: #BFBFBF. Windows color (decimal): -1068155 or 8762351. OLE color: 8762351.
HSL color Cylindrical-coordinate representation of color #EFB385: hue angle of 26.04º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFB385 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 133 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.06 |
| HSL | 26.04º | 0.77% | 0.73% | - |
| HSV(B) | 26.04º | 0.44% | 0.94% | - |
| XYZ | 55.95 | 52.28 | 29.33 | - |
| YUV | 191.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 133 | 0 | 0.25 | 0.44 | 0.06 | 26.04 | 0.77 | 0.73 |
| Hex | EF | B3 | 85 | 0 | 19 | 2C | 6 | 1A | 4D | 49 |
| Octal | 357 | 263 | 205 | 0 | 31 | 54 | 6 | 32 | 115 | 111 |
| Binary | 11101111 | 10110011 | 10000101 | 0 | 11001 | 101100 | 110 | 11010 | 1001101 | 1001001 |
Color Harmonies of #EFB385
Complementary color
Monochromatic Colors of #EFB385
Black with #EFB385
Text Example
Text Example
White with #EFB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB385; }
p { color: rgb(239,179,133); }
H1.HeaderClassName
{
color: #EFB385;
}
.AnyTagClassName
{
color: #EFB385;
}
</style>
background-color css
<style>
a { background-color: #EFB385; }
a { background-color: rgb(239,179,133); }
div.DivClassName
{
background-color: #EFB385;
}
.BgClassName
{
background-color: #EFB385;
}
</style>
border-color css
<style>
span { border-color: #EFB385; }
span { border-color: rgb(239,179,133); }
td.TdClassName
{
border-color: #EFB385;
}
.TagClassName
{
border-color: #EFB385;
}
</style>