Shades of Buff #EFD88C
Tints of Buff #EFD88C
RGB
CMYK
RGB Variations
Color information
#EFD88C (or 0xEFD88C) is known color: Buff. HEX triplet: EF, D8 and 8C. RGB value is (239,216,140). Sum of RGB (Red+Green+Blue) = 239+216+140=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD88C is #102773. Grayscale: #D6D6D6. Windows color (decimal): -1058676 or 9230575. OLE color: 9230575.
HSL color Cylindrical-coordinate representation of color #EFD88C: hue angle of 46.06º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFD88C is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 140 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.06 |
| HSL | 46.06º | 0.76% | 0.74% | - |
| HSV(B) | 46.06º | 0.41% | 0.94% | - |
| XYZ | 64.89 | 69.36 | 34.78 | - |
| YUV | 214.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 140 | 0 | 0.10 | 0.41 | 0.06 | 46.06 | 0.76 | 0.74 |
| Hex | EF | D8 | 8C | 0 | A | 29 | 6 | 2E | 4C | 4A |
| Octal | 357 | 330 | 214 | 0 | 12 | 51 | 6 | 56 | 114 | 112 |
| Binary | 11101111 | 11011000 | 10001100 | 0 | 1010 | 101001 | 110 | 101110 | 1001100 | 1001010 |
Color Harmonies of #EFD88C
Complementary color
Monochromatic Colors of #EFD88C
Black with #EFD88C
Text Example
Text Example
White with #EFD88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD88C; }
p { color: rgb(239,216,140); }
H1.HeaderClassName
{
color: #EFD88C;
}
.AnyTagClassName
{
color: #EFD88C;
}
</style>
background-color css
<style>
a { background-color: #EFD88C; }
a { background-color: rgb(239,216,140); }
div.DivClassName
{
background-color: #EFD88C;
}
.BgClassName
{
background-color: #EFD88C;
}
</style>
border-color css
<style>
span { border-color: #EFD88C; }
span { border-color: rgb(239,216,140); }
td.TdClassName
{
border-color: #EFD88C;
}
.TagClassName
{
border-color: #EFD88C;
}
</style>