Shades of Corvette #EFB67B
Tints of Corvette #EFB67B
RGB
CMYK
RGB Variations
Color information
#EFB67B (or 0xEFB67B) is known color: Corvette. HEX triplet: EF, B6 and 7B. RGB value is (239,182,123). Sum of RGB (Red+Green+Blue) = 239+182+123=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB67B is #104984. Grayscale: #C0C0C0. Windows color (decimal): -1067397 or 8107759. OLE color: 8107759.
HSL color Cylindrical-coordinate representation of color #EFB67B: hue angle of 30.52º 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 #EFB67B is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 123 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.06 |
| HSL | 30.52º | 0.78% | 0.71% | - |
| HSV(B) | 30.52º | 0.49% | 0.94% | - |
| XYZ | 55.9 | 53.24 | 26.07 | - |
| YUV | 192.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 123 | 0 | 0.24 | 0.49 | 0.06 | 30.52 | 0.78 | 0.71 |
| Hex | EF | B6 | 7B | 0 | 18 | 31 | 6 | 1F | 4E | 47 |
| Octal | 357 | 266 | 173 | 0 | 30 | 61 | 6 | 37 | 116 | 107 |
| Binary | 11101111 | 10110110 | 1111011 | 0 | 11000 | 110001 | 110 | 11111 | 1001110 | 1000111 |
Color Harmonies of #EFB67B
Complementary color
Monochromatic Colors of #EFB67B
Black with #EFB67B
Text Example
Text Example
White with #EFB67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB67B; }
p { color: rgb(239,182,123); }
H1.HeaderClassName
{
color: #EFB67B;
}
.AnyTagClassName
{
color: #EFB67B;
}
</style>
background-color css
<style>
a { background-color: #EFB67B; }
a { background-color: rgb(239,182,123); }
div.DivClassName
{
background-color: #EFB67B;
}
.BgClassName
{
background-color: #EFB67B;
}
</style>
border-color css
<style>
span { border-color: #EFB67B; }
span { border-color: rgb(239,182,123); }
td.TdClassName
{
border-color: #EFB67B;
}
.TagClassName
{
border-color: #EFB67B;
}
</style>