Shades of Buff #EFD57D
Tints of Buff #EFD57D
RGB
CMYK
RGB Variations
Color information
#EFD57D (or 0xEFD57D) is known color: Buff. HEX triplet: EF, D5 and 7D. RGB value is (239,213,125). Sum of RGB (Red+Green+Blue) = 239+213+125=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD57D is #102A82. Grayscale: #D3D3D3. Windows color (decimal): -1059459 or 8246767. OLE color: 8246767.
HSL color Cylindrical-coordinate representation of color #EFD57D: hue angle of 46.32º 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 #EFD57D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 125 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.06 |
| HSL | 46.32º | 0.78% | 0.71% | - |
| HSV(B) | 46.32º | 0.48% | 0.94% | - |
| XYZ | 63.09 | 67.42 | 29.09 | - |
| YUV | 210.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 125 | 0 | 0.11 | 0.48 | 0.06 | 46.32 | 0.78 | 0.71 |
| Hex | EF | D5 | 7D | 0 | B | 30 | 6 | 2E | 4E | 47 |
| Octal | 357 | 325 | 175 | 0 | 13 | 60 | 6 | 56 | 116 | 107 |
| Binary | 11101111 | 11010101 | 1111101 | 0 | 1011 | 110000 | 110 | 101110 | 1001110 | 1000111 |
Color Harmonies of #EFD57D
Complementary color
Monochromatic Colors of #EFD57D
Black with #EFD57D
Text Example
Text Example
White with #EFD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD57D; }
p { color: rgb(239,213,125); }
H1.HeaderClassName
{
color: #EFD57D;
}
.AnyTagClassName
{
color: #EFD57D;
}
</style>
background-color css
<style>
a { background-color: #EFD57D; }
a { background-color: rgb(239,213,125); }
div.DivClassName
{
background-color: #EFD57D;
}
.BgClassName
{
background-color: #EFD57D;
}
</style>
border-color css
<style>
span { border-color: #EFD57D; }
span { border-color: rgb(239,213,125); }
td.TdClassName
{
border-color: #EFD57D;
}
.TagClassName
{
border-color: #EFD57D;
}
</style>