Shades of Buff #EED98D
Tints of Buff #EED98D
RGB
CMYK
RGB Variations
Color information
#EED98D (or 0xEED98D) is known color: Buff. HEX triplet: EE, D9 and 8D. RGB value is (238,217,141). Sum of RGB (Red+Green+Blue) = 238+217+141=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EED98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED98D is #112672. Grayscale: #D6D6D6. Windows color (decimal): -1123955 or 9296366. OLE color: 9296366.
HSL color Cylindrical-coordinate representation of color #EED98D: hue angle of 47.01º 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 #EED98D is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 141 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.07 |
| HSL | 47.01º | 0.74% | 0.74% | - |
| HSV(B) | 47.01º | 0.41% | 0.93% | - |
| XYZ | 64.88 | 69.73 | 35.24 | - |
| YUV | 214.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 141 | 0 | 0.09 | 0.41 | 0.07 | 47.01 | 0.74 | 0.74 |
| Hex | EE | D9 | 8D | 0 | 9 | 29 | 7 | 2F | 4A | 4A |
| Octal | 356 | 331 | 215 | 0 | 11 | 51 | 7 | 57 | 112 | 112 |
| Binary | 11101110 | 11011001 | 10001101 | 0 | 1001 | 101001 | 111 | 101111 | 1001010 | 1001010 |
Color Harmonies of #EED98D
Complementary color
Monochromatic Colors of #EED98D
Black with #EED98D
Text Example
Text Example
White with #EED98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED98D; }
p { color: rgb(238,217,141); }
H1.HeaderClassName
{
color: #EED98D;
}
.AnyTagClassName
{
color: #EED98D;
}
</style>
background-color css
<style>
a { background-color: #EED98D; }
a { background-color: rgb(238,217,141); }
div.DivClassName
{
background-color: #EED98D;
}
.BgClassName
{
background-color: #EED98D;
}
</style>
border-color css
<style>
span { border-color: #EED98D; }
span { border-color: rgb(238,217,141); }
td.TdClassName
{
border-color: #EED98D;
}
.TagClassName
{
border-color: #EED98D;
}
</style>