Shades of Buff #EFD77A
Tints of Buff #EFD77A
RGB
CMYK
RGB Variations
Color information
#EFD77A (or 0xEFD77A) is known color: Buff. HEX triplet: EF, D7 and 7A. RGB value is (239,215,122). Sum of RGB (Red+Green+Blue) = 239+215+122=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD77A is #102885. Grayscale: #D3D3D3. Windows color (decimal): -1058950 or 8050671. OLE color: 8050671.
HSL color Cylindrical-coordinate representation of color #EFD77A: hue angle of 47.69º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFD77A is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 122 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.06 |
| HSL | 47.69º | 0.79% | 0.71% | - |
| HSV(B) | 47.69º | 0.49% | 0.94% | - |
| XYZ | 63.41 | 68.36 | 28.26 | - |
| YUV | 211.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 122 | 0 | 0.10 | 0.49 | 0.06 | 47.69 | 0.79 | 0.71 |
| Hex | EF | D7 | 7A | 0 | A | 31 | 6 | 30 | 4F | 47 |
| Octal | 357 | 327 | 172 | 0 | 12 | 61 | 6 | 60 | 117 | 107 |
| Binary | 11101111 | 11010111 | 1111010 | 0 | 1010 | 110001 | 110 | 110000 | 1001111 | 1000111 |
Color Harmonies of #EFD77A
Complementary color
Monochromatic Colors of #EFD77A
Black with #EFD77A
Text Example
Text Example
White with #EFD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD77A; }
p { color: rgb(239,215,122); }
H1.HeaderClassName
{
color: #EFD77A;
}
.AnyTagClassName
{
color: #EFD77A;
}
</style>
background-color css
<style>
a { background-color: #EFD77A; }
a { background-color: rgb(239,215,122); }
div.DivClassName
{
background-color: #EFD77A;
}
.BgClassName
{
background-color: #EFD77A;
}
</style>
border-color css
<style>
span { border-color: #EFD77A; }
span { border-color: rgb(239,215,122); }
td.TdClassName
{
border-color: #EFD77A;
}
.TagClassName
{
border-color: #EFD77A;
}
</style>