Shades of Buff #EED98A
Tints of Buff #EED98A
RGB
CMYK
RGB Variations
Color information
#EED98A (or 0xEED98A) is known color: Buff. HEX triplet: EE, D9 and 8A. RGB value is (238,217,138). Sum of RGB (Red+Green+Blue) = 238+217+138=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EED98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED98A is #112675. Grayscale: #D6D6D6. Windows color (decimal): -1123958 or 9099758. OLE color: 9099758.
HSL color Cylindrical-coordinate representation of color #EED98A: hue angle of 47.4º 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 #EED98A is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 138 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.07 |
| HSL | 47.4º | 0.75% | 0.74% | - |
| HSV(B) | 47.4º | 0.42% | 0.93% | - |
| XYZ | 64.66 | 69.64 | 34.08 | - |
| YUV | 214.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 138 | 0 | 0.09 | 0.42 | 0.07 | 47.4 | 0.75 | 0.74 |
| Hex | EE | D9 | 8A | 0 | 9 | 2A | 7 | 2F | 4B | 4A |
| Octal | 356 | 331 | 212 | 0 | 11 | 52 | 7 | 57 | 113 | 112 |
| Binary | 11101110 | 11011001 | 10001010 | 0 | 1001 | 101010 | 111 | 101111 | 1001011 | 1001010 |
Color Harmonies of #EED98A
Complementary color
Monochromatic Colors of #EED98A
Black with #EED98A
Text Example
Text Example
White with #EED98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED98A; }
p { color: rgb(238,217,138); }
H1.HeaderClassName
{
color: #EED98A;
}
.AnyTagClassName
{
color: #EED98A;
}
</style>
background-color css
<style>
a { background-color: #EED98A; }
a { background-color: rgb(238,217,138); }
div.DivClassName
{
background-color: #EED98A;
}
.BgClassName
{
background-color: #EED98A;
}
</style>
border-color css
<style>
span { border-color: #EED98A; }
span { border-color: rgb(238,217,138); }
td.TdClassName
{
border-color: #EED98A;
}
.TagClassName
{
border-color: #EED98A;
}
</style>