Shades of Buff #EED77B
Tints of Buff #EED77B
RGB
CMYK
RGB Variations
Color information
#EED77B (or 0xEED77B) is known color: Buff. HEX triplet: EE, D7 and 7B. RGB value is (238,215,123). Sum of RGB (Red+Green+Blue) = 238+215+123=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EED77B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED77B is #112884. Grayscale: #D3D3D3. Windows color (decimal): -1124485 or 8116206. OLE color: 8116206.
HSL color Cylindrical-coordinate representation of color #EED77B: hue angle of 48º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EED77B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 123 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.07 |
| HSL | 48º | 0.77% | 0.71% | - |
| HSV(B) | 48º | 0.48% | 0.93% | - |
| XYZ | 63.14 | 68.21 | 28.58 | - |
| YUV | 211.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 123 | 0 | 0.10 | 0.48 | 0.07 | 48 | 0.77 | 0.71 |
| Hex | EE | D7 | 7B | 0 | A | 30 | 7 | 30 | 4D | 47 |
| Octal | 356 | 327 | 173 | 0 | 12 | 60 | 7 | 60 | 115 | 107 |
| Binary | 11101110 | 11010111 | 1111011 | 0 | 1010 | 110000 | 111 | 110000 | 1001101 | 1000111 |
Color Harmonies of #EED77B
Complementary color
Monochromatic Colors of #EED77B
Black with #EED77B
Text Example
Text Example
White with #EED77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED77B; }
p { color: rgb(238,215,123); }
H1.HeaderClassName
{
color: #EED77B;
}
.AnyTagClassName
{
color: #EED77B;
}
</style>
background-color css
<style>
a { background-color: #EED77B; }
a { background-color: rgb(238,215,123); }
div.DivClassName
{
background-color: #EED77B;
}
.BgClassName
{
background-color: #EED77B;
}
</style>
border-color css
<style>
span { border-color: #EED77B; }
span { border-color: rgb(238,215,123); }
td.TdClassName
{
border-color: #EED77B;
}
.TagClassName
{
border-color: #EED77B;
}
</style>