Shades of Buff #EFDC8D
Tints of Buff #EFDC8D
RGB
CMYK
RGB Variations
Color information
#EFDC8D (or 0xEFDC8D) is known color: Buff. HEX triplet: EF, DC and 8D. RGB value is (239,220,141). Sum of RGB (Red+Green+Blue) = 239+220+141=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC8D is #102372. Grayscale: #D9D9D9. Windows color (decimal): -1057651 or 9297135. OLE color: 9297135.
HSL color Cylindrical-coordinate representation of color #EFDC8D: hue angle of 48.37º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFDC8D is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 141 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.06 |
| HSL | 48.37º | 0.75% | 0.75% | - |
| HSV(B) | 48.37º | 0.41% | 0.94% | - |
| XYZ | 66 | 71.46 | 35.51 | - |
| YUV | 216.68 | 85.29 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 141 | 0 | 0.08 | 0.41 | 0.06 | 48.37 | 0.75 | 0.75 |
| Hex | EF | DC | 8D | 0 | 8 | 29 | 6 | 30 | 4B | 4B |
| Octal | 357 | 334 | 215 | 0 | 10 | 51 | 6 | 60 | 113 | 113 |
| Binary | 11101111 | 11011100 | 10001101 | 0 | 1000 | 101001 | 110 | 110000 | 1001011 | 1001011 |
Color Harmonies of #EFDC8D
Complementary color
Monochromatic Colors of #EFDC8D
Black with #EFDC8D
Text Example
Text Example
White with #EFDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC8D; }
p { color: rgb(239,220,141); }
H1.HeaderClassName
{
color: #EFDC8D;
}
.AnyTagClassName
{
color: #EFDC8D;
}
</style>
background-color css
<style>
a { background-color: #EFDC8D; }
a { background-color: rgb(239,220,141); }
div.DivClassName
{
background-color: #EFDC8D;
}
.BgClassName
{
background-color: #EFDC8D;
}
</style>
border-color css
<style>
span { border-color: #EFDC8D; }
span { border-color: rgb(239,220,141); }
td.TdClassName
{
border-color: #EFDC8D;
}
.TagClassName
{
border-color: #EFDC8D;
}
</style>