Shades of Buff #EFD67C
Tints of Buff #EFD67C
RGB
CMYK
RGB Variations
Color information
#EFD67C (or 0xEFD67C) is known color: Buff. HEX triplet: EF, D6 and 7C. RGB value is (239,214,124). Sum of RGB (Red+Green+Blue) = 239+214+124=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD67C is #102983. Grayscale: #D3D3D3. Windows color (decimal): -1059204 or 8181487. OLE color: 8181487.
HSL color Cylindrical-coordinate representation of color #EFD67C: hue angle of 46.96º 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 #EFD67C is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 124 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.06 |
| HSL | 46.96º | 0.78% | 0.71% | - |
| HSV(B) | 46.96º | 0.48% | 0.94% | - |
| XYZ | 63.28 | 67.9 | 28.84 | - |
| YUV | 211.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 124 | 0 | 0.10 | 0.48 | 0.06 | 46.96 | 0.78 | 0.71 |
| Hex | EF | D6 | 7C | 0 | A | 30 | 6 | 2F | 4E | 47 |
| Octal | 357 | 326 | 174 | 0 | 12 | 60 | 6 | 57 | 116 | 107 |
| Binary | 11101111 | 11010110 | 1111100 | 0 | 1010 | 110000 | 110 | 101111 | 1001110 | 1000111 |
Color Harmonies of #EFD67C
Complementary color
Monochromatic Colors of #EFD67C
Black with #EFD67C
Text Example
Text Example
White with #EFD67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD67C; }
p { color: rgb(239,214,124); }
H1.HeaderClassName
{
color: #EFD67C;
}
.AnyTagClassName
{
color: #EFD67C;
}
</style>
background-color css
<style>
a { background-color: #EFD67C; }
a { background-color: rgb(239,214,124); }
div.DivClassName
{
background-color: #EFD67C;
}
.BgClassName
{
background-color: #EFD67C;
}
</style>
border-color css
<style>
span { border-color: #EFD67C; }
span { border-color: rgb(239,214,124); }
td.TdClassName
{
border-color: #EFD67C;
}
.TagClassName
{
border-color: #EFD67C;
}
</style>