Shades of Buff #EEDA89
Tints of Buff #EEDA89
RGB
CMYK
RGB Variations
Color information
#EEDA89 (or 0xEEDA89) is known color: Buff. HEX triplet: EE, DA and 89. RGB value is (238,218,137). Sum of RGB (Red+Green+Blue) = 238+218+137=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 137 (53.91% from 255 or 23.10% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA89 is #112576. Grayscale: #D7D7D7. Windows color (decimal): -1123703 or 9034478. OLE color: 9034478.
HSL color Cylindrical-coordinate representation of color #EEDA89: hue angle of 48.12º degrees, saturation: 0.75, 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 #EEDA89 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 137 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.07 |
| HSL | 48.12º | 0.75% | 0.74% | - |
| HSV(B) | 48.12º | 0.42% | 0.93% | - |
| XYZ | 64.85 | 70.13 | 33.78 | - |
| YUV | 214.75 | 84.13 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 137 | 0 | 0.08 | 0.42 | 0.07 | 48.12 | 0.75 | 0.74 |
| Hex | EE | DA | 89 | 0 | 8 | 2A | 7 | 30 | 4B | 4A |
| Octal | 356 | 332 | 211 | 0 | 10 | 52 | 7 | 60 | 113 | 112 |
| Binary | 11101110 | 11011010 | 10001001 | 0 | 1000 | 101010 | 111 | 110000 | 1001011 | 1001010 |
Color Harmonies of #EEDA89
Complementary color
Monochromatic Colors of #EEDA89
Black with #EEDA89
Text Example
Text Example
White with #EEDA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA89; }
p { color: rgb(238,218,137); }
H1.HeaderClassName
{
color: #EEDA89;
}
.AnyTagClassName
{
color: #EEDA89;
}
</style>
background-color css
<style>
a { background-color: #EEDA89; }
a { background-color: rgb(238,218,137); }
div.DivClassName
{
background-color: #EEDA89;
}
.BgClassName
{
background-color: #EEDA89;
}
</style>
border-color css
<style>
span { border-color: #EEDA89; }
span { border-color: rgb(238,218,137); }
td.TdClassName
{
border-color: #EEDA89;
}
.TagClassName
{
border-color: #EEDA89;
}
</style>