Shades of Buff #EFD68B
Tints of Buff #EFD68B
RGB
CMYK
RGB Variations
Color information
#EFD68B (or 0xEFD68B) is known color: Buff. HEX triplet: EF, D6 and 8B. RGB value is (239,214,139). Sum of RGB (Red+Green+Blue) = 239+214+139=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD68B is #102974. Grayscale: #D5D5D5. Windows color (decimal): -1059189 or 9164527. OLE color: 9164527.
HSL color Cylindrical-coordinate representation of color #EFD68B: hue angle of 45º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFD68B is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 139 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.06 |
| HSL | 45º | 0.76% | 0.74% | - |
| HSV(B) | 45º | 0.42% | 0.94% | - |
| XYZ | 64.3 | 68.31 | 34.22 | - |
| YUV | 212.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 139 | 0 | 0.10 | 0.42 | 0.06 | 45 | 0.76 | 0.74 |
| Hex | EF | D6 | 8B | 0 | A | 2A | 6 | 2D | 4C | 4A |
| Octal | 357 | 326 | 213 | 0 | 12 | 52 | 6 | 55 | 114 | 112 |
| Binary | 11101111 | 11010110 | 10001011 | 0 | 1010 | 101010 | 110 | 101101 | 1001100 | 1001010 |
Color Harmonies of #EFD68B
Complementary color
Monochromatic Colors of #EFD68B
Black with #EFD68B
Text Example
Text Example
White with #EFD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD68B; }
p { color: rgb(239,214,139); }
H1.HeaderClassName
{
color: #EFD68B;
}
.AnyTagClassName
{
color: #EFD68B;
}
</style>
background-color css
<style>
a { background-color: #EFD68B; }
a { background-color: rgb(239,214,139); }
div.DivClassName
{
background-color: #EFD68B;
}
.BgClassName
{
background-color: #EFD68B;
}
</style>
border-color css
<style>
span { border-color: #EFD68B; }
span { border-color: rgb(239,214,139); }
td.TdClassName
{
border-color: #EFD68B;
}
.TagClassName
{
border-color: #EFD68B;
}
</style>