Shades of Buff #EED77A
Tints of Buff #EED77A
RGB
CMYK
RGB Variations
Color information
#EED77A (or 0xEED77A) is known color: Buff. HEX triplet: EE, D7 and 7A. RGB value is (238,215,122). Sum of RGB (Red+Green+Blue) = 238+215+122=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EED77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED77A is #112885. Grayscale: #D3D3D3. Windows color (decimal): -1124486 or 8050670. OLE color: 8050670.
HSL color Cylindrical-coordinate representation of color #EED77A: hue angle of 48.1º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EED77A is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 122 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.07 |
| HSL | 48.1º | 0.77% | 0.71% | - |
| HSV(B) | 48.1º | 0.49% | 0.93% | - |
| XYZ | 63.07 | 68.18 | 28.25 | - |
| YUV | 211.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 122 | 0 | 0.10 | 0.49 | 0.07 | 48.1 | 0.77 | 0.71 |
| Hex | EE | D7 | 7A | 0 | A | 31 | 7 | 30 | 4D | 47 |
| Octal | 356 | 327 | 172 | 0 | 12 | 61 | 7 | 60 | 115 | 107 |
| Binary | 11101110 | 11010111 | 1111010 | 0 | 1010 | 110001 | 111 | 110000 | 1001101 | 1000111 |
Color Harmonies of #EED77A
Complementary color
Monochromatic Colors of #EED77A
Black with #EED77A
Text Example
Text Example
White with #EED77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED77A; }
p { color: rgb(238,215,122); }
H1.HeaderClassName
{
color: #EED77A;
}
.AnyTagClassName
{
color: #EED77A;
}
</style>
background-color css
<style>
a { background-color: #EED77A; }
a { background-color: rgb(238,215,122); }
div.DivClassName
{
background-color: #EED77A;
}
.BgClassName
{
background-color: #EED77A;
}
</style>
border-color css
<style>
span { border-color: #EED77A; }
span { border-color: rgb(238,215,122); }
td.TdClassName
{
border-color: #EED77A;
}
.TagClassName
{
border-color: #EED77A;
}
</style>