Shades of Corvette #EFB77A
Tints of Corvette #EFB77A
RGB
CMYK
RGB Variations
Color information
#EFB77A (or 0xEFB77A) is known color: Corvette. HEX triplet: EF, B7 and 7A. RGB value is (239,183,122). Sum of RGB (Red+Green+Blue) = 239+183+122=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB77A is #104885. Grayscale: #C1C1C1. Windows color (decimal): -1067142 or 8042479. OLE color: 8042479.
HSL color Cylindrical-coordinate representation of color #EFB77A: hue angle of 31.28º degrees, saturation: 0.79, 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 #EFB77A is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 122 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.06 |
| HSL | 31.28º | 0.79% | 0.71% | - |
| HSV(B) | 31.28º | 0.49% | 0.94% | - |
| XYZ | 56.04 | 53.62 | 25.81 | - |
| YUV | 192.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 122 | 0 | 0.23 | 0.49 | 0.06 | 31.28 | 0.79 | 0.71 |
| Hex | EF | B7 | 7A | 0 | 17 | 31 | 6 | 1F | 4F | 47 |
| Octal | 357 | 267 | 172 | 0 | 27 | 61 | 6 | 37 | 117 | 107 |
| Binary | 11101111 | 10110111 | 1111010 | 0 | 10111 | 110001 | 110 | 11111 | 1001111 | 1000111 |
Color Harmonies of #EFB77A
Complementary color
Monochromatic Colors of #EFB77A
Black with #EFB77A
Text Example
Text Example
White with #EFB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB77A; }
p { color: rgb(239,183,122); }
H1.HeaderClassName
{
color: #EFB77A;
}
.AnyTagClassName
{
color: #EFB77A;
}
</style>
background-color css
<style>
a { background-color: #EFB77A; }
a { background-color: rgb(239,183,122); }
div.DivClassName
{
background-color: #EFB77A;
}
.BgClassName
{
background-color: #EFB77A;
}
</style>
border-color css
<style>
span { border-color: #EFB77A; }
span { border-color: rgb(239,183,122); }
td.TdClassName
{
border-color: #EFB77A;
}
.TagClassName
{
border-color: #EFB77A;
}
</style>