Shades of Buff #EFD78E
Tints of Buff #EFD78E
RGB
CMYK
RGB Variations
Color information
#EFD78E (or 0xEFD78E) is known color: Buff. HEX triplet: EF, D7 and 8E. RGB value is (239,215,142). Sum of RGB (Red+Green+Blue) = 239+215+142=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD78E is #102871. Grayscale: #D6D6D6. Windows color (decimal): -1058930 or 9361391. OLE color: 9361391.
HSL color Cylindrical-coordinate representation of color #EFD78E: hue angle of 45.15º 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 #EFD78E is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 142 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.06 |
| HSL | 45.15º | 0.75% | 0.75% | - |
| HSV(B) | 45.15º | 0.41% | 0.94% | - |
| XYZ | 64.78 | 68.9 | 35.48 | - |
| YUV | 213.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 142 | 0 | 0.10 | 0.41 | 0.06 | 45.15 | 0.75 | 0.75 |
| Hex | EF | D7 | 8E | 0 | A | 29 | 6 | 2D | 4B | 4B |
| Octal | 357 | 327 | 216 | 0 | 12 | 51 | 6 | 55 | 113 | 113 |
| Binary | 11101111 | 11010111 | 10001110 | 0 | 1010 | 101001 | 110 | 101101 | 1001011 | 1001011 |
Color Harmonies of #EFD78E
Complementary color
Monochromatic Colors of #EFD78E
Black with #EFD78E
Text Example
Text Example
White with #EFD78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD78E; }
p { color: rgb(239,215,142); }
H1.HeaderClassName
{
color: #EFD78E;
}
.AnyTagClassName
{
color: #EFD78E;
}
</style>
background-color css
<style>
a { background-color: #EFD78E; }
a { background-color: rgb(239,215,142); }
div.DivClassName
{
background-color: #EFD78E;
}
.BgClassName
{
background-color: #EFD78E;
}
</style>
border-color css
<style>
span { border-color: #EFD78E; }
span { border-color: rgb(239,215,142); }
td.TdClassName
{
border-color: #EFD78E;
}
.TagClassName
{
border-color: #EFD78E;
}
</style>