Shades of Buff #EED684
Tints of Buff #EED684
RGB
CMYK
RGB Variations
Color information
#EED684 (or 0xEED684) is known color: Buff. HEX triplet: EE, D6 and 84. RGB value is (238,214,132). Sum of RGB (Red+Green+Blue) = 238+214+132=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EED684 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED684 is #11297B. Grayscale: #D4D4D4. Windows color (decimal): -1124732 or 8705774. OLE color: 8705774.
HSL color Cylindrical-coordinate representation of color #EED684: hue angle of 46.42º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EED684 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 132 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.07 |
| HSL | 46.42º | 0.76% | 0.73% | - |
| HSV(B) | 46.42º | 0.45% | 0.93% | - |
| XYZ | 63.47 | 67.94 | 31.6 | - |
| YUV | 211.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 132 | 0 | 0.10 | 0.45 | 0.07 | 46.42 | 0.76 | 0.73 |
| Hex | EE | D6 | 84 | 0 | A | 2D | 7 | 2E | 4C | 49 |
| Octal | 356 | 326 | 204 | 0 | 12 | 55 | 7 | 56 | 114 | 111 |
| Binary | 11101110 | 11010110 | 10000100 | 0 | 1010 | 101101 | 111 | 101110 | 1001100 | 1001001 |
Color Harmonies of #EED684
Complementary color
Monochromatic Colors of #EED684
Black with #EED684
Text Example
Text Example
White with #EED684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED684; }
p { color: rgb(238,214,132); }
H1.HeaderClassName
{
color: #EED684;
}
.AnyTagClassName
{
color: #EED684;
}
</style>
background-color css
<style>
a { background-color: #EED684; }
a { background-color: rgb(238,214,132); }
div.DivClassName
{
background-color: #EED684;
}
.BgClassName
{
background-color: #EED684;
}
</style>
border-color css
<style>
span { border-color: #EED684; }
span { border-color: rgb(238,214,132); }
td.TdClassName
{
border-color: #EED684;
}
.TagClassName
{
border-color: #EED684;
}
</style>