Shades of Buff #EFDB7E
Tints of Buff #EFDB7E
RGB
CMYK
RGB Variations
Color information
#EFDB7E (or 0xEFDB7E) is known color: Buff. HEX triplet: EF, DB and 7E. RGB value is (239,219,126). Sum of RGB (Red+Green+Blue) = 239+219+126=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB7E is #102481. Grayscale: #D6D6D6. Windows color (decimal): -1057922 or 8313839. OLE color: 8313839.
HSL color Cylindrical-coordinate representation of color #EFDB7E: hue angle of 49.38º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFDB7E is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 126 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.06 |
| HSL | 49.38º | 0.78% | 0.72% | - |
| HSV(B) | 49.38º | 0.47% | 0.94% | - |
| XYZ | 64.69 | 70.52 | 29.94 | - |
| YUV | 214.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 126 | 0 | 0.08 | 0.47 | 0.06 | 49.38 | 0.78 | 0.72 |
| Hex | EF | DB | 7E | 0 | 8 | 2F | 6 | 31 | 4E | 48 |
| Octal | 357 | 333 | 176 | 0 | 10 | 57 | 6 | 61 | 116 | 110 |
| Binary | 11101111 | 11011011 | 1111110 | 0 | 1000 | 101111 | 110 | 110001 | 1001110 | 1001000 |
Color Harmonies of #EFDB7E
Complementary color
Monochromatic Colors of #EFDB7E
Black with #EFDB7E
Text Example
Text Example
White with #EFDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB7E; }
p { color: rgb(239,219,126); }
H1.HeaderClassName
{
color: #EFDB7E;
}
.AnyTagClassName
{
color: #EFDB7E;
}
</style>
background-color css
<style>
a { background-color: #EFDB7E; }
a { background-color: rgb(239,219,126); }
div.DivClassName
{
background-color: #EFDB7E;
}
.BgClassName
{
background-color: #EFDB7E;
}
</style>
border-color css
<style>
span { border-color: #EFDB7E; }
span { border-color: rgb(239,219,126); }
td.TdClassName
{
border-color: #EFDB7E;
}
.TagClassName
{
border-color: #EFDB7E;
}
</style>