Shades of Buff #EFD77C
Tints of Buff #EFD77C
RGB
CMYK
RGB Variations
Color information
#EFD77C (or 0xEFD77C) is known color: Buff. HEX triplet: EF, D7 and 7C. RGB value is (239,215,124). Sum of RGB (Red+Green+Blue) = 239+215+124=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 124 (48.83% from 255 or 21.45% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD77C is #102883. Grayscale: #D4D4D4. Windows color (decimal): -1058948 or 8181743. OLE color: 8181743.
HSL color Cylindrical-coordinate representation of color #EFD77C: hue angle of 47.48º 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 #EFD77C is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 124 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.06 |
| HSL | 47.48º | 0.78% | 0.71% | - |
| HSV(B) | 47.48º | 0.48% | 0.94% | - |
| XYZ | 63.54 | 68.41 | 28.92 | - |
| YUV | 211.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 124 | 0 | 0.10 | 0.48 | 0.06 | 47.48 | 0.78 | 0.71 |
| Hex | EF | D7 | 7C | 0 | A | 30 | 6 | 2F | 4E | 47 |
| Octal | 357 | 327 | 174 | 0 | 12 | 60 | 6 | 57 | 116 | 107 |
| Binary | 11101111 | 11010111 | 1111100 | 0 | 1010 | 110000 | 110 | 101111 | 1001110 | 1000111 |
Color Harmonies of #EFD77C
Complementary color
Monochromatic Colors of #EFD77C
Black with #EFD77C
Text Example
Text Example
White with #EFD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD77C; }
p { color: rgb(239,215,124); }
H1.HeaderClassName
{
color: #EFD77C;
}
.AnyTagClassName
{
color: #EFD77C;
}
</style>
background-color css
<style>
a { background-color: #EFD77C; }
a { background-color: rgb(239,215,124); }
div.DivClassName
{
background-color: #EFD77C;
}
.BgClassName
{
background-color: #EFD77C;
}
</style>
border-color css
<style>
span { border-color: #EFD77C; }
span { border-color: rgb(239,215,124); }
td.TdClassName
{
border-color: #EFD77C;
}
.TagClassName
{
border-color: #EFD77C;
}
</style>