Shades of Buff #EFD47D
Tints of Buff #EFD47D
RGB
CMYK
RGB Variations
Color information
#EFD47D (or 0xEFD47D) is known color: Buff. HEX triplet: EF, D4 and 7D. RGB value is (239,212,125). Sum of RGB (Red+Green+Blue) = 239+212+125=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD47D is #102B82. Grayscale: #D2D2D2. Windows color (decimal): -1059715 or 8246511. OLE color: 8246511.
HSL color Cylindrical-coordinate representation of color #EFD47D: hue angle of 45.79º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFD47D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 125 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.06 |
| HSL | 45.79º | 0.78% | 0.71% | - |
| HSV(B) | 45.79º | 0.48% | 0.94% | - |
| XYZ | 62.84 | 66.92 | 29.01 | - |
| YUV | 210.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 125 | 0 | 0.11 | 0.48 | 0.06 | 45.79 | 0.78 | 0.71 |
| Hex | EF | D4 | 7D | 0 | B | 30 | 6 | 2E | 4E | 47 |
| Octal | 357 | 324 | 175 | 0 | 13 | 60 | 6 | 56 | 116 | 107 |
| Binary | 11101111 | 11010100 | 1111101 | 0 | 1011 | 110000 | 110 | 101110 | 1001110 | 1000111 |
Color Harmonies of #EFD47D
Complementary color
Monochromatic Colors of #EFD47D
Black with #EFD47D
Text Example
Text Example
White with #EFD47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD47D; }
p { color: rgb(239,212,125); }
H1.HeaderClassName
{
color: #EFD47D;
}
.AnyTagClassName
{
color: #EFD47D;
}
</style>
background-color css
<style>
a { background-color: #EFD47D; }
a { background-color: rgb(239,212,125); }
div.DivClassName
{
background-color: #EFD47D;
}
.BgClassName
{
background-color: #EFD47D;
}
</style>
border-color css
<style>
span { border-color: #EFD47D; }
span { border-color: rgb(239,212,125); }
td.TdClassName
{
border-color: #EFD47D;
}
.TagClassName
{
border-color: #EFD47D;
}
</style>