Shades of Buff #EFDC82
Tints of Buff #EFDC82
RGB
CMYK
RGB Variations
Color information
#EFDC82 (or 0xEFDC82) is known color: Buff. HEX triplet: EF, DC and 82. RGB value is (239,220,130). Sum of RGB (Red+Green+Blue) = 239+220+130=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC82 is #10237D. Grayscale: #D7D7D7. Windows color (decimal): -1057662 or 8576239. OLE color: 8576239.
HSL color Cylindrical-coordinate representation of color #EFDC82: hue angle of 49.54º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFDC82 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 130 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.06 |
| HSL | 49.54º | 0.77% | 0.72% | - |
| HSV(B) | 49.54º | 0.46% | 0.94% | - |
| XYZ | 65.22 | 71.15 | 31.41 | - |
| YUV | 215.42 | 79.79 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 130 | 0 | 0.08 | 0.46 | 0.06 | 49.54 | 0.77 | 0.72 |
| Hex | EF | DC | 82 | 0 | 8 | 2E | 6 | 32 | 4D | 48 |
| Octal | 357 | 334 | 202 | 0 | 10 | 56 | 6 | 62 | 115 | 110 |
| Binary | 11101111 | 11011100 | 10000010 | 0 | 1000 | 101110 | 110 | 110010 | 1001101 | 1001000 |
Color Harmonies of #EFDC82
Complementary color
Monochromatic Colors of #EFDC82
Black with #EFDC82
Text Example
Text Example
White with #EFDC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC82; }
p { color: rgb(239,220,130); }
H1.HeaderClassName
{
color: #EFDC82;
}
.AnyTagClassName
{
color: #EFDC82;
}
</style>
background-color css
<style>
a { background-color: #EFDC82; }
a { background-color: rgb(239,220,130); }
div.DivClassName
{
background-color: #EFDC82;
}
.BgClassName
{
background-color: #EFDC82;
}
</style>
border-color css
<style>
span { border-color: #EFDC82; }
span { border-color: rgb(239,220,130); }
td.TdClassName
{
border-color: #EFDC82;
}
.TagClassName
{
border-color: #EFDC82;
}
</style>