Shades of Buff #EED98B
Tints of Buff #EED98B
RGB
CMYK
RGB Variations
Color information
#EED98B (or 0xEED98B) is known color: Buff. HEX triplet: EE, D9 and 8B. RGB value is (238,217,139). Sum of RGB (Red+Green+Blue) = 238+217+139=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EED98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED98B is #112674. Grayscale: #D6D6D6. Windows color (decimal): -1123957 or 9165294. OLE color: 9165294.
HSL color Cylindrical-coordinate representation of color #EED98B: hue angle of 47.27º degrees, saturation: 0.74, 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 #EED98B is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 139 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.07 |
| HSL | 47.27º | 0.74% | 0.74% | - |
| HSV(B) | 47.27º | 0.42% | 0.93% | - |
| XYZ | 64.73 | 69.67 | 34.46 | - |
| YUV | 214.39 | 85.46 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 139 | 0 | 0.09 | 0.42 | 0.07 | 47.27 | 0.74 | 0.74 |
| Hex | EE | D9 | 8B | 0 | 9 | 2A | 7 | 2F | 4A | 4A |
| Octal | 356 | 331 | 213 | 0 | 11 | 52 | 7 | 57 | 112 | 112 |
| Binary | 11101110 | 11011001 | 10001011 | 0 | 1001 | 101010 | 111 | 101111 | 1001010 | 1001010 |
Color Harmonies of #EED98B
Complementary color
Monochromatic Colors of #EED98B
Black with #EED98B
Text Example
Text Example
White with #EED98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED98B; }
p { color: rgb(238,217,139); }
H1.HeaderClassName
{
color: #EED98B;
}
.AnyTagClassName
{
color: #EED98B;
}
</style>
background-color css
<style>
a { background-color: #EED98B; }
a { background-color: rgb(238,217,139); }
div.DivClassName
{
background-color: #EED98B;
}
.BgClassName
{
background-color: #EED98B;
}
</style>
border-color css
<style>
span { border-color: #EED98B; }
span { border-color: rgb(238,217,139); }
td.TdClassName
{
border-color: #EED98B;
}
.TagClassName
{
border-color: #EED98B;
}
</style>