Shades of Buff #EFD77B
Tints of Buff #EFD77B
RGB
CMYK
RGB Variations
Color information
#EFD77B (or 0xEFD77B) is known color: Buff. HEX triplet: EF, D7 and 7B. RGB value is (239,215,123). Sum of RGB (Red+Green+Blue) = 239+215+123=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD77B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD77B is #102884. Grayscale: #D4D4D4. Windows color (decimal): -1058949 or 8116207. OLE color: 8116207.
HSL color Cylindrical-coordinate representation of color #EFD77B: hue angle of 47.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 #EFD77B is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 123 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.06 |
| HSL | 47.59º | 0.78% | 0.71% | - |
| HSV(B) | 47.59º | 0.49% | 0.94% | - |
| XYZ | 63.47 | 68.38 | 28.59 | - |
| YUV | 211.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 123 | 0 | 0.10 | 0.49 | 0.06 | 47.59 | 0.78 | 0.71 |
| Hex | EF | D7 | 7B | 0 | A | 31 | 6 | 30 | 4E | 47 |
| Octal | 357 | 327 | 173 | 0 | 12 | 61 | 6 | 60 | 116 | 107 |
| Binary | 11101111 | 11010111 | 1111011 | 0 | 1010 | 110001 | 110 | 110000 | 1001110 | 1000111 |
Color Harmonies of #EFD77B
Complementary color
Monochromatic Colors of #EFD77B
Black with #EFD77B
Text Example
Text Example
White with #EFD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD77B; }
p { color: rgb(239,215,123); }
H1.HeaderClassName
{
color: #EFD77B;
}
.AnyTagClassName
{
color: #EFD77B;
}
</style>
background-color css
<style>
a { background-color: #EFD77B; }
a { background-color: rgb(239,215,123); }
div.DivClassName
{
background-color: #EFD77B;
}
.BgClassName
{
background-color: #EFD77B;
}
</style>
border-color css
<style>
span { border-color: #EFD77B; }
span { border-color: rgb(239,215,123); }
td.TdClassName
{
border-color: #EFD77B;
}
.TagClassName
{
border-color: #EFD77B;
}
</style>