Shades of Buff #EED98C
Tints of Buff #EED98C
RGB
CMYK
RGB Variations
Color information
#EED98C (or 0xEED98C) is known color: Buff. HEX triplet: EE, D9 and 8C. RGB value is (238,217,140). Sum of RGB (Red+Green+Blue) = 238+217+140=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EED98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED98C is #112673. Grayscale: #D6D6D6. Windows color (decimal): -1123956 or 9230830. OLE color: 9230830.
HSL color Cylindrical-coordinate representation of color #EED98C: hue angle of 47.14º 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 #EED98C is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 140 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.07 |
| HSL | 47.14º | 0.74% | 0.74% | - |
| HSV(B) | 47.14º | 0.41% | 0.93% | - |
| XYZ | 64.81 | 69.7 | 34.85 | - |
| YUV | 214.5 | 85.96 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 140 | 0 | 0.09 | 0.41 | 0.07 | 47.14 | 0.74 | 0.74 |
| Hex | EE | D9 | 8C | 0 | 9 | 29 | 7 | 2F | 4A | 4A |
| Octal | 356 | 331 | 214 | 0 | 11 | 51 | 7 | 57 | 112 | 112 |
| Binary | 11101110 | 11011001 | 10001100 | 0 | 1001 | 101001 | 111 | 101111 | 1001010 | 1001010 |
Color Harmonies of #EED98C
Complementary color
Monochromatic Colors of #EED98C
Black with #EED98C
Text Example
Text Example
White with #EED98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED98C; }
p { color: rgb(238,217,140); }
H1.HeaderClassName
{
color: #EED98C;
}
.AnyTagClassName
{
color: #EED98C;
}
</style>
background-color css
<style>
a { background-color: #EED98C; }
a { background-color: rgb(238,217,140); }
div.DivClassName
{
background-color: #EED98C;
}
.BgClassName
{
background-color: #EED98C;
}
</style>
border-color css
<style>
span { border-color: #EED98C; }
span { border-color: rgb(238,217,140); }
td.TdClassName
{
border-color: #EED98C;
}
.TagClassName
{
border-color: #EED98C;
}
</style>