Shades of Buff #EFDA83
Tints of Buff #EFDA83
RGB
CMYK
RGB Variations
Color information
#EFDA83 (or 0xEFDA83) is known color: Buff. HEX triplet: EF, DA and 83. RGB value is (239,218,131). Sum of RGB (Red+Green+Blue) = 239+218+131=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 131 (51.56% from 255 or 22.28% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA83 is #10257C. Grayscale: #D6D6D6. Windows color (decimal): -1058173 or 8641263. OLE color: 8641263.
HSL color Cylindrical-coordinate representation of color #EFDA83: hue angle of 48.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFDA83 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 131 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.06 |
| HSL | 48.33º | 0.77% | 0.73% | - |
| HSV(B) | 48.33º | 0.45% | 0.94% | - |
| XYZ | 64.76 | 70.13 | 31.6 | - |
| YUV | 214.36 | 80.96 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 131 | 0 | 0.09 | 0.45 | 0.06 | 48.33 | 0.77 | 0.73 |
| Hex | EF | DA | 83 | 0 | 9 | 2D | 6 | 30 | 4D | 49 |
| Octal | 357 | 332 | 203 | 0 | 11 | 55 | 6 | 60 | 115 | 111 |
| Binary | 11101111 | 11011010 | 10000011 | 0 | 1001 | 101101 | 110 | 110000 | 1001101 | 1001001 |
Color Harmonies of #EFDA83
Complementary color
Monochromatic Colors of #EFDA83
Black with #EFDA83
Text Example
Text Example
White with #EFDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA83; }
p { color: rgb(239,218,131); }
H1.HeaderClassName
{
color: #EFDA83;
}
.AnyTagClassName
{
color: #EFDA83;
}
</style>
background-color css
<style>
a { background-color: #EFDA83; }
a { background-color: rgb(239,218,131); }
div.DivClassName
{
background-color: #EFDA83;
}
.BgClassName
{
background-color: #EFDA83;
}
</style>
border-color css
<style>
span { border-color: #EFDA83; }
span { border-color: rgb(239,218,131); }
td.TdClassName
{
border-color: #EFDA83;
}
.TagClassName
{
border-color: #EFDA83;
}
</style>