Shades of Corvette #EFBA7B
Tints of Corvette #EFBA7B
RGB
CMYK
RGB Variations
Color information
#EFBA7B (or 0xEFBA7B) is known color: Corvette. HEX triplet: EF, BA and 7B. RGB value is (239,186,123). Sum of RGB (Red+Green+Blue) = 239+186+123=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA7B is #104584. Grayscale: #C2C2C2. Windows color (decimal): -1066373 or 8108783. OLE color: 8108783.
HSL color Cylindrical-coordinate representation of color #EFBA7B: hue angle of 32.59º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFBA7B is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 186 | 123 | - |
CMYK | 0 | 0.22 | 0.49 | 0.06 |
HSL | 32.59º | 0.78% | 0.71% | - |
HSV(B) | 32.59º | 0.49% | 0.94% | - |
XYZ | 56.73 | 54.9 | 26.35 | - |
YUV | 194.67 | 87.56 | 159.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 186 | 123 | 0 | 0.22 | 0.49 | 0.06 | 32.59 | 0.78 | 0.71 |
Hex | EF | BA | 7B | 0 | 16 | 31 | 6 | 21 | 4E | 47 |
Octal | 357 | 272 | 173 | 0 | 26 | 61 | 6 | 41 | 116 | 107 |
Binary | 11101111 | 10111010 | 1111011 | 0 | 10110 | 110001 | 110 | 100001 | 1001110 | 1000111 |
Color Harmonies of #EFBA7B
Complementary color
Monochromatic Colors of #EFBA7B
Black with #EFBA7B
Text Example
Text Example
White with #EFBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA7B; }
p { color: rgb(239,186,123); }
H1.HeaderClassName
{
color: #EFBA7B;
}
.AnyTagClassName
{
color: #EFBA7B;
}
</style>
background-color css
<style>
a { background-color: #EFBA7B; }
a { background-color: rgb(239,186,123); }
div.DivClassName
{
background-color: #EFBA7B;
}
.BgClassName
{
background-color: #EFBA7B;
}
</style>
border-color css
<style>
span { border-color: #EFBA7B; }
span { border-color: rgb(239,186,123); }
td.TdClassName
{
border-color: #EFBA7B;
}
.TagClassName
{
border-color: #EFBA7B;
}
</style>