Shades of Corvette #EFB57B
Tints of Corvette #EFB57B
RGB
CMYK
RGB Variations
Color information
#EFB57B (or 0xEFB57B) is known color: Corvette. HEX triplet: EF, B5 and 7B. RGB value is (239,181,123). Sum of RGB (Red+Green+Blue) = 239+181+123=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB57B is #104A84. Grayscale: #C0C0C0. Windows color (decimal): -1067653 or 8107503. OLE color: 8107503.
HSL color Cylindrical-coordinate representation of color #EFB57B: hue angle of 30º 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 #EFB57B is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 123 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.06 |
| HSL | 30º | 0.78% | 0.71% | - |
| HSV(B) | 30º | 0.49% | 0.94% | - |
| XYZ | 55.7 | 52.83 | 26 | - |
| YUV | 191.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 123 | 0 | 0.24 | 0.49 | 0.06 | 30 | 0.78 | 0.71 |
| Hex | EF | B5 | 7B | 0 | 18 | 31 | 6 | 1E | 4E | 47 |
| Octal | 357 | 265 | 173 | 0 | 30 | 61 | 6 | 36 | 116 | 107 |
| Binary | 11101111 | 10110101 | 1111011 | 0 | 11000 | 110001 | 110 | 11110 | 1001110 | 1000111 |
Color Harmonies of #EFB57B
Complementary color
Monochromatic Colors of #EFB57B
Black with #EFB57B
Text Example
Text Example
White with #EFB57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB57B; }
p { color: rgb(239,181,123); }
H1.HeaderClassName
{
color: #EFB57B;
}
.AnyTagClassName
{
color: #EFB57B;
}
</style>
background-color css
<style>
a { background-color: #EFB57B; }
a { background-color: rgb(239,181,123); }
div.DivClassName
{
background-color: #EFB57B;
}
.BgClassName
{
background-color: #EFB57B;
}
</style>
border-color css
<style>
span { border-color: #EFB57B; }
span { border-color: rgb(239,181,123); }
td.TdClassName
{
border-color: #EFB57B;
}
.TagClassName
{
border-color: #EFB57B;
}
</style>