Shades of Buff #EFD58C
Tints of Buff #EFD58C
RGB
CMYK
RGB Variations
Color information
#EFD58C (or 0xEFD58C) is known color: Buff. HEX triplet: EF, D5 and 8C. RGB value is (239,213,140). Sum of RGB (Red+Green+Blue) = 239+213+140=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD58C is #102A73. Grayscale: #D4D4D4. Windows color (decimal): -1059444 or 9229807. OLE color: 9229807.
HSL color Cylindrical-coordinate representation of color #EFD58C: hue angle of 44.24º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFD58C is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 140 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.06 |
| HSL | 44.24º | 0.76% | 0.74% | - |
| HSV(B) | 44.24º | 0.41% | 0.94% | - |
| XYZ | 64.12 | 67.83 | 34.52 | - |
| YUV | 212.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 140 | 0 | 0.11 | 0.41 | 0.06 | 44.24 | 0.76 | 0.74 |
| Hex | EF | D5 | 8C | 0 | B | 29 | 6 | 2C | 4C | 4A |
| Octal | 357 | 325 | 214 | 0 | 13 | 51 | 6 | 54 | 114 | 112 |
| Binary | 11101111 | 11010101 | 10001100 | 0 | 1011 | 101001 | 110 | 101100 | 1001100 | 1001010 |
Color Harmonies of #EFD58C
Complementary color
Monochromatic Colors of #EFD58C
Black with #EFD58C
Text Example
Text Example
White with #EFD58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD58C; }
p { color: rgb(239,213,140); }
H1.HeaderClassName
{
color: #EFD58C;
}
.AnyTagClassName
{
color: #EFD58C;
}
</style>
background-color css
<style>
a { background-color: #EFD58C; }
a { background-color: rgb(239,213,140); }
div.DivClassName
{
background-color: #EFD58C;
}
.BgClassName
{
background-color: #EFD58C;
}
</style>
border-color css
<style>
span { border-color: #EFD58C; }
span { border-color: rgb(239,213,140); }
td.TdClassName
{
border-color: #EFD58C;
}
.TagClassName
{
border-color: #EFD58C;
}
</style>