Shades of Buff #EEDA8B
Tints of Buff #EEDA8B
RGB
CMYK
RGB Variations
Color information
#EEDA8B (or 0xEEDA8B) is known color: Buff. HEX triplet: EE, DA and 8B. RGB value is (238,218,139). Sum of RGB (Red+Green+Blue) = 238+218+139=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA8B is #112574. Grayscale: #D7D7D7. Windows color (decimal): -1123701 or 9165550. OLE color: 9165550.
HSL color Cylindrical-coordinate representation of color #EEDA8B: hue angle of 47.88º 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 #EEDA8B is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 139 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.07 |
| HSL | 47.88º | 0.74% | 0.74% | - |
| HSV(B) | 47.88º | 0.42% | 0.93% | - |
| XYZ | 64.99 | 70.18 | 34.55 | - |
| YUV | 214.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 139 | 0 | 0.08 | 0.42 | 0.07 | 47.88 | 0.74 | 0.74 |
| Hex | EE | DA | 8B | 0 | 8 | 2A | 7 | 30 | 4A | 4A |
| Octal | 356 | 332 | 213 | 0 | 10 | 52 | 7 | 60 | 112 | 112 |
| Binary | 11101110 | 11011010 | 10001011 | 0 | 1000 | 101010 | 111 | 110000 | 1001010 | 1001010 |
Color Harmonies of #EEDA8B
Complementary color
Monochromatic Colors of #EEDA8B
Black with #EEDA8B
Text Example
Text Example
White with #EEDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA8B; }
p { color: rgb(238,218,139); }
H1.HeaderClassName
{
color: #EEDA8B;
}
.AnyTagClassName
{
color: #EEDA8B;
}
</style>
background-color css
<style>
a { background-color: #EEDA8B; }
a { background-color: rgb(238,218,139); }
div.DivClassName
{
background-color: #EEDA8B;
}
.BgClassName
{
background-color: #EEDA8B;
}
</style>
border-color css
<style>
span { border-color: #EEDA8B; }
span { border-color: rgb(238,218,139); }
td.TdClassName
{
border-color: #EEDA8B;
}
.TagClassName
{
border-color: #EEDA8B;
}
</style>