Shades of Corvette #EFB57D
Tints of Corvette #EFB57D
RGB
CMYK
RGB Variations
Color information
#EFB57D (or 0xEFB57D) is known color: Corvette. HEX triplet: EF, B5 and 7D. RGB value is (239,181,125). Sum of RGB (Red+Green+Blue) = 239+181+125=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB57D is #104A82. Grayscale: #C0C0C0. Windows color (decimal): -1067651 or 8238575. OLE color: 8238575.
HSL color Cylindrical-coordinate representation of color #EFB57D: hue angle of 29.47º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFB57D is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 125 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.06 |
| HSL | 29.47º | 0.78% | 0.71% | - |
| HSV(B) | 29.47º | 0.48% | 0.94% | - |
| XYZ | 55.82 | 52.88 | 26.67 | - |
| YUV | 191.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 125 | 0 | 0.24 | 0.48 | 0.06 | 29.47 | 0.78 | 0.71 |
| Hex | EF | B5 | 7D | 0 | 18 | 30 | 6 | 1D | 4E | 47 |
| Octal | 357 | 265 | 175 | 0 | 30 | 60 | 6 | 35 | 116 | 107 |
| Binary | 11101111 | 10110101 | 1111101 | 0 | 11000 | 110000 | 110 | 11101 | 1001110 | 1000111 |
Color Harmonies of #EFB57D
Complementary color
Monochromatic Colors of #EFB57D
Black with #EFB57D
Text Example
Text Example
White with #EFB57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB57D; }
p { color: rgb(239,181,125); }
H1.HeaderClassName
{
color: #EFB57D;
}
.AnyTagClassName
{
color: #EFB57D;
}
</style>
background-color css
<style>
a { background-color: #EFB57D; }
a { background-color: rgb(239,181,125); }
div.DivClassName
{
background-color: #EFB57D;
}
.BgClassName
{
background-color: #EFB57D;
}
</style>
border-color css
<style>
span { border-color: #EFB57D; }
span { border-color: rgb(239,181,125); }
td.TdClassName
{
border-color: #EFB57D;
}
.TagClassName
{
border-color: #EFB57D;
}
</style>