Shades of Buff #EED88B
Tints of Buff #EED88B
RGB
CMYK
RGB Variations
Color information
#EED88B (or 0xEED88B) is known color: Buff. HEX triplet: EE, D8 and 8B. RGB value is (238,216,139). Sum of RGB (Red+Green+Blue) = 238+216+139=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 139 (54.69% from 255 or 23.44% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EED88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED88B is #112774. Grayscale: #D6D6D6. Windows color (decimal): -1124213 or 9165038. OLE color: 9165038.
HSL color Cylindrical-coordinate representation of color #EED88B: hue angle of 46.67º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EED88B is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 139 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.07 |
| HSL | 46.67º | 0.74% | 0.74% | - |
| HSV(B) | 46.67º | 0.42% | 0.93% | - |
| XYZ | 64.48 | 69.15 | 34.38 | - |
| YUV | 213.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 139 | 0 | 0.09 | 0.42 | 0.07 | 46.67 | 0.74 | 0.74 |
| Hex | EE | D8 | 8B | 0 | 9 | 2A | 7 | 2F | 4A | 4A |
| Octal | 356 | 330 | 213 | 0 | 11 | 52 | 7 | 57 | 112 | 112 |
| Binary | 11101110 | 11011000 | 10001011 | 0 | 1001 | 101010 | 111 | 101111 | 1001010 | 1001010 |
Color Harmonies of #EED88B
Complementary color
Monochromatic Colors of #EED88B
Black with #EED88B
Text Example
Text Example
White with #EED88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED88B; }
p { color: rgb(238,216,139); }
H1.HeaderClassName
{
color: #EED88B;
}
.AnyTagClassName
{
color: #EED88B;
}
</style>
background-color css
<style>
a { background-color: #EED88B; }
a { background-color: rgb(238,216,139); }
div.DivClassName
{
background-color: #EED88B;
}
.BgClassName
{
background-color: #EED88B;
}
</style>
border-color css
<style>
span { border-color: #EED88B; }
span { border-color: rgb(238,216,139); }
td.TdClassName
{
border-color: #EED88B;
}
.TagClassName
{
border-color: #EED88B;
}
</style>