Shades of Buff #EFD57B
Tints of Buff #EFD57B
RGB
CMYK
RGB Variations
Color information
#EFD57B (or 0xEFD57B) is known color: Buff. HEX triplet: EF, D5 and 7B. RGB value is (239,213,123). Sum of RGB (Red+Green+Blue) = 239+213+123=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD57B is #102A84. Grayscale: #D2D2D2. Windows color (decimal): -1059461 or 8115695. OLE color: 8115695.
HSL color Cylindrical-coordinate representation of color #EFD57B: hue angle of 46.55º degrees, saturation: 0.78, 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 #EFD57B is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 123 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.06 |
| HSL | 46.55º | 0.78% | 0.71% | - |
| HSV(B) | 46.55º | 0.49% | 0.94% | - |
| XYZ | 62.97 | 67.37 | 28.42 | - |
| YUV | 210.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 123 | 0 | 0.11 | 0.49 | 0.06 | 46.55 | 0.78 | 0.71 |
| Hex | EF | D5 | 7B | 0 | B | 31 | 6 | 2F | 4E | 47 |
| Octal | 357 | 325 | 173 | 0 | 13 | 61 | 6 | 57 | 116 | 107 |
| Binary | 11101111 | 11010101 | 1111011 | 0 | 1011 | 110001 | 110 | 101111 | 1001110 | 1000111 |
Color Harmonies of #EFD57B
Complementary color
Monochromatic Colors of #EFD57B
Black with #EFD57B
Text Example
Text Example
White with #EFD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD57B; }
p { color: rgb(239,213,123); }
H1.HeaderClassName
{
color: #EFD57B;
}
.AnyTagClassName
{
color: #EFD57B;
}
</style>
background-color css
<style>
a { background-color: #EFD57B; }
a { background-color: rgb(239,213,123); }
div.DivClassName
{
background-color: #EFD57B;
}
.BgClassName
{
background-color: #EFD57B;
}
</style>
border-color css
<style>
span { border-color: #EFD57B; }
span { border-color: rgb(239,213,123); }
td.TdClassName
{
border-color: #EFD57B;
}
.TagClassName
{
border-color: #EFD57B;
}
</style>