Shades of Buff #EFD98A
Tints of Buff #EFD98A
RGB
CMYK
RGB Variations
Color information
#EFD98A (or 0xEFD98A) is known color: Buff. HEX triplet: EF, D9 and 8A. RGB value is (239,217,138). Sum of RGB (Red+Green+Blue) = 239+217+138=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD98A is #102675. Grayscale: #D6D6D6. Windows color (decimal): -1058422 or 9099759. OLE color: 9099759.
HSL color Cylindrical-coordinate representation of color #EFD98A: hue angle of 46.93º 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 #EFD98A is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 138 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.06 |
| HSL | 46.93º | 0.76% | 0.74% | - |
| HSV(B) | 46.93º | 0.42% | 0.94% | - |
| XYZ | 65 | 69.81 | 34.09 | - |
| YUV | 214.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 138 | 0 | 0.09 | 0.42 | 0.06 | 46.93 | 0.76 | 0.74 |
| Hex | EF | D9 | 8A | 0 | 9 | 2A | 6 | 2F | 4C | 4A |
| Octal | 357 | 331 | 212 | 0 | 11 | 52 | 6 | 57 | 114 | 112 |
| Binary | 11101111 | 11011001 | 10001010 | 0 | 1001 | 101010 | 110 | 101111 | 1001100 | 1001010 |
Color Harmonies of #EFD98A
Complementary color
Monochromatic Colors of #EFD98A
Black with #EFD98A
Text Example
Text Example
White with #EFD98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD98A; }
p { color: rgb(239,217,138); }
H1.HeaderClassName
{
color: #EFD98A;
}
.AnyTagClassName
{
color: #EFD98A;
}
</style>
background-color css
<style>
a { background-color: #EFD98A; }
a { background-color: rgb(239,217,138); }
div.DivClassName
{
background-color: #EFD98A;
}
.BgClassName
{
background-color: #EFD98A;
}
</style>
border-color css
<style>
span { border-color: #EFD98A; }
span { border-color: rgb(239,217,138); }
td.TdClassName
{
border-color: #EFD98A;
}
.TagClassName
{
border-color: #EFD98A;
}
</style>