Shades of Buff #EFD58B
Tints of Buff #EFD58B
RGB
CMYK
RGB Variations
Color information
#EFD58B (or 0xEFD58B) is known color: Buff. HEX triplet: EF, D5 and 8B. RGB value is (239,213,139). Sum of RGB (Red+Green+Blue) = 239+213+139=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD58B is #102A74. Grayscale: #D4D4D4. Windows color (decimal): -1059445 or 9164271. OLE color: 9164271.
HSL color Cylindrical-coordinate representation of color #EFD58B: hue angle of 44.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFD58B is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 139 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.06 |
| HSL | 44.4º | 0.76% | 0.74% | - |
| HSV(B) | 44.4º | 0.42% | 0.94% | - |
| XYZ | 64.05 | 67.8 | 34.14 | - |
| YUV | 212.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 139 | 0 | 0.11 | 0.42 | 0.06 | 44.4 | 0.76 | 0.74 |
| Hex | EF | D5 | 8B | 0 | B | 2A | 6 | 2C | 4C | 4A |
| Octal | 357 | 325 | 213 | 0 | 13 | 52 | 6 | 54 | 114 | 112 |
| Binary | 11101111 | 11010101 | 10001011 | 0 | 1011 | 101010 | 110 | 101100 | 1001100 | 1001010 |
Color Harmonies of #EFD58B
Complementary color
Monochromatic Colors of #EFD58B
Black with #EFD58B
Text Example
Text Example
White with #EFD58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD58B; }
p { color: rgb(239,213,139); }
H1.HeaderClassName
{
color: #EFD58B;
}
.AnyTagClassName
{
color: #EFD58B;
}
</style>
background-color css
<style>
a { background-color: #EFD58B; }
a { background-color: rgb(239,213,139); }
div.DivClassName
{
background-color: #EFD58B;
}
.BgClassName
{
background-color: #EFD58B;
}
</style>
border-color css
<style>
span { border-color: #EFD58B; }
span { border-color: rgb(239,213,139); }
td.TdClassName
{
border-color: #EFD58B;
}
.TagClassName
{
border-color: #EFD58B;
}
</style>