Shades of Buff #EFDC8E
Tints of Buff #EFDC8E
RGB
CMYK
RGB Variations
Color information
#EFDC8E (or 0xEFDC8E) is known color: Buff. HEX triplet: EF, DC and 8E. RGB value is (239,220,142). Sum of RGB (Red+Green+Blue) = 239+220+142=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC8E is #102371. Grayscale: #D9D9D9. Windows color (decimal): -1057650 or 9362671. OLE color: 9362671.
HSL color Cylindrical-coordinate representation of color #EFDC8E: hue angle of 48.25º 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 #EFDC8E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 142 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.06 |
| HSL | 48.25º | 0.75% | 0.75% | - |
| HSV(B) | 48.25º | 0.41% | 0.94% | - |
| XYZ | 66.07 | 71.49 | 35.91 | - |
| YUV | 216.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 142 | 0 | 0.08 | 0.41 | 0.06 | 48.25 | 0.75 | 0.75 |
| Hex | EF | DC | 8E | 0 | 8 | 29 | 6 | 30 | 4B | 4B |
| Octal | 357 | 334 | 216 | 0 | 10 | 51 | 6 | 60 | 113 | 113 |
| Binary | 11101111 | 11011100 | 10001110 | 0 | 1000 | 101001 | 110 | 110000 | 1001011 | 1001011 |
Color Harmonies of #EFDC8E
Complementary color
Monochromatic Colors of #EFDC8E
Black with #EFDC8E
Text Example
Text Example
White with #EFDC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC8E; }
p { color: rgb(239,220,142); }
H1.HeaderClassName
{
color: #EFDC8E;
}
.AnyTagClassName
{
color: #EFDC8E;
}
</style>
background-color css
<style>
a { background-color: #EFDC8E; }
a { background-color: rgb(239,220,142); }
div.DivClassName
{
background-color: #EFDC8E;
}
.BgClassName
{
background-color: #EFDC8E;
}
</style>
border-color css
<style>
span { border-color: #EFDC8E; }
span { border-color: rgb(239,220,142); }
td.TdClassName
{
border-color: #EFDC8E;
}
.TagClassName
{
border-color: #EFDC8E;
}
</style>