Shades of Buff #EEDA8C
Tints of Buff #EEDA8C
RGB
CMYK
RGB Variations
Color information
#EEDA8C (or 0xEEDA8C) is known color: Buff. HEX triplet: EE, DA and 8C. RGB value is (238,218,140). Sum of RGB (Red+Green+Blue) = 238+218+140=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA8C is #112573. Grayscale: #D7D7D7. Windows color (decimal): -1123700 or 9231086. OLE color: 9231086.
HSL color Cylindrical-coordinate representation of color #EEDA8C: hue angle of 47.76º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEDA8C is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 140 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.07 |
| HSL | 47.76º | 0.74% | 0.74% | - |
| HSV(B) | 47.76º | 0.41% | 0.93% | - |
| XYZ | 65.06 | 70.21 | 34.93 | - |
| YUV | 215.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 140 | 0 | 0.08 | 0.41 | 0.07 | 47.76 | 0.74 | 0.74 |
| Hex | EE | DA | 8C | 0 | 8 | 29 | 7 | 30 | 4A | 4A |
| Octal | 356 | 332 | 214 | 0 | 10 | 51 | 7 | 60 | 112 | 112 |
| Binary | 11101110 | 11011010 | 10001100 | 0 | 1000 | 101001 | 111 | 110000 | 1001010 | 1001010 |
Color Harmonies of #EEDA8C
Complementary color
Monochromatic Colors of #EEDA8C
Black with #EEDA8C
Text Example
Text Example
White with #EEDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA8C; }
p { color: rgb(238,218,140); }
H1.HeaderClassName
{
color: #EEDA8C;
}
.AnyTagClassName
{
color: #EEDA8C;
}
</style>
background-color css
<style>
a { background-color: #EEDA8C; }
a { background-color: rgb(238,218,140); }
div.DivClassName
{
background-color: #EEDA8C;
}
.BgClassName
{
background-color: #EEDA8C;
}
</style>
border-color css
<style>
span { border-color: #EEDA8C; }
span { border-color: rgb(238,218,140); }
td.TdClassName
{
border-color: #EEDA8C;
}
.TagClassName
{
border-color: #EEDA8C;
}
</style>