Shades of Buff #EFD885
Tints of Buff #EFD885
RGB
CMYK
RGB Variations
Color information
#EFD885 (or 0xEFD885) is known color: Buff. HEX triplet: EF, D8 and 85. RGB value is (239,216,133). Sum of RGB (Red+Green+Blue) = 239+216+133=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD885 is #10277A. Grayscale: #D5D5D5. Windows color (decimal): -1058683 or 8771823. OLE color: 8771823.
HSL color Cylindrical-coordinate representation of color #EFD885: hue angle of 46.98º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFD885 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 133 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.06 |
| HSL | 46.98º | 0.77% | 0.73% | - |
| HSV(B) | 46.98º | 0.44% | 0.94% | - |
| XYZ | 64.39 | 69.16 | 32.15 | - |
| YUV | 213.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 133 | 0 | 0.10 | 0.44 | 0.06 | 46.98 | 0.77 | 0.73 |
| Hex | EF | D8 | 85 | 0 | A | 2C | 6 | 2F | 4D | 49 |
| Octal | 357 | 330 | 205 | 0 | 12 | 54 | 6 | 57 | 115 | 111 |
| Binary | 11101111 | 11011000 | 10000101 | 0 | 1010 | 101100 | 110 | 101111 | 1001101 | 1001001 |
Color Harmonies of #EFD885
Complementary color
Monochromatic Colors of #EFD885
Black with #EFD885
Text Example
Text Example
White with #EFD885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD885; }
p { color: rgb(239,216,133); }
H1.HeaderClassName
{
color: #EFD885;
}
.AnyTagClassName
{
color: #EFD885;
}
</style>
background-color css
<style>
a { background-color: #EFD885; }
a { background-color: rgb(239,216,133); }
div.DivClassName
{
background-color: #EFD885;
}
.BgClassName
{
background-color: #EFD885;
}
</style>
border-color css
<style>
span { border-color: #EFD885; }
span { border-color: rgb(239,216,133); }
td.TdClassName
{
border-color: #EFD885;
}
.TagClassName
{
border-color: #EFD885;
}
</style>