Shades of Buff #EED779
Tints of Buff #EED779
RGB
CMYK
RGB Variations
Color information
#EED779 (or 0xEED779) is known color: Buff. HEX triplet: EE, D7 and 79. RGB value is (238,215,121). Sum of RGB (Red+Green+Blue) = 238+215+121=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 121 (47.66% from 255 or 21.08% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EED779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED779 is #112886. Grayscale: #D3D3D3. Windows color (decimal): -1124487 or 7985134. OLE color: 7985134.
HSL color Cylindrical-coordinate representation of color #EED779: hue angle of 48.21º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EED779 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 121 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.07 |
| HSL | 48.21º | 0.77% | 0.7% | - |
| HSV(B) | 48.21º | 0.49% | 0.93% | - |
| XYZ | 63.01 | 68.16 | 27.92 | - |
| YUV | 211.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 121 | 0 | 0.10 | 0.49 | 0.07 | 48.21 | 0.77 | 0.7 |
| Hex | EE | D7 | 79 | 0 | A | 31 | 7 | 30 | 4D | 46 |
| Octal | 356 | 327 | 171 | 0 | 12 | 61 | 7 | 60 | 115 | 106 |
| Binary | 11101110 | 11010111 | 1111001 | 0 | 1010 | 110001 | 111 | 110000 | 1001101 | 1000110 |
Color Harmonies of #EED779
Complementary color
Monochromatic Colors of #EED779
Black with #EED779
Text Example
Text Example
White with #EED779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED779; }
p { color: rgb(238,215,121); }
H1.HeaderClassName
{
color: #EED779;
}
.AnyTagClassName
{
color: #EED779;
}
</style>
background-color css
<style>
a { background-color: #EED779; }
a { background-color: rgb(238,215,121); }
div.DivClassName
{
background-color: #EED779;
}
.BgClassName
{
background-color: #EED779;
}
</style>
border-color css
<style>
span { border-color: #EED779; }
span { border-color: rgb(238,215,121); }
td.TdClassName
{
border-color: #EED779;
}
.TagClassName
{
border-color: #EED779;
}
</style>