Shades of Buff #EEDA8A
Tints of Buff #EEDA8A
RGB
CMYK
RGB Variations
Color information
#EEDA8A (or 0xEEDA8A) is known color: Buff. HEX triplet: EE, DA and 8A. RGB value is (238,218,138). Sum of RGB (Red+Green+Blue) = 238+218+138=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA8A is #112575. Grayscale: #D7D7D7. Windows color (decimal): -1123702 or 9100014. OLE color: 9100014.
HSL color Cylindrical-coordinate representation of color #EEDA8A: hue angle of 48º 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 #EEDA8A is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 138 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.07 |
| HSL | 48º | 0.75% | 0.74% | - |
| HSV(B) | 48º | 0.42% | 0.93% | - |
| XYZ | 64.92 | 70.15 | 34.16 | - |
| YUV | 214.86 | 84.63 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 138 | 0 | 0.08 | 0.42 | 0.07 | 48 | 0.75 | 0.74 |
| Hex | EE | DA | 8A | 0 | 8 | 2A | 7 | 30 | 4B | 4A |
| Octal | 356 | 332 | 212 | 0 | 10 | 52 | 7 | 60 | 113 | 112 |
| Binary | 11101110 | 11011010 | 10001010 | 0 | 1000 | 101010 | 111 | 110000 | 1001011 | 1001010 |
Color Harmonies of #EEDA8A
Complementary color
Monochromatic Colors of #EEDA8A
Black with #EEDA8A
Text Example
Text Example
White with #EEDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA8A; }
p { color: rgb(238,218,138); }
H1.HeaderClassName
{
color: #EEDA8A;
}
.AnyTagClassName
{
color: #EEDA8A;
}
</style>
background-color css
<style>
a { background-color: #EEDA8A; }
a { background-color: rgb(238,218,138); }
div.DivClassName
{
background-color: #EEDA8A;
}
.BgClassName
{
background-color: #EEDA8A;
}
</style>
border-color css
<style>
span { border-color: #EEDA8A; }
span { border-color: rgb(238,218,138); }
td.TdClassName
{
border-color: #EEDA8A;
}
.TagClassName
{
border-color: #EEDA8A;
}
</style>