Shades of Buff #EED784
Tints of Buff #EED784
RGB
CMYK
RGB Variations
Color information
#EED784 (or 0xEED784) is known color: Buff. HEX triplet: EE, D7 and 84. RGB value is (238,215,132). Sum of RGB (Red+Green+Blue) = 238+215+132=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EED784 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED784 is #11287B. Grayscale: #D4D4D4. Windows color (decimal): -1124476 or 8706030. OLE color: 8706030.
HSL color Cylindrical-coordinate representation of color #EED784: hue angle of 46.98º 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 #EED784 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 132 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.07 |
| HSL | 46.98º | 0.76% | 0.73% | - |
| HSV(B) | 46.98º | 0.45% | 0.93% | - |
| XYZ | 63.73 | 68.44 | 31.68 | - |
| YUV | 212.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 132 | 0 | 0.10 | 0.45 | 0.07 | 46.98 | 0.76 | 0.73 |
| Hex | EE | D7 | 84 | 0 | A | 2D | 7 | 2F | 4C | 49 |
| Octal | 356 | 327 | 204 | 0 | 12 | 55 | 7 | 57 | 114 | 111 |
| Binary | 11101110 | 11010111 | 10000100 | 0 | 1010 | 101101 | 111 | 101111 | 1001100 | 1001001 |
Color Harmonies of #EED784
Complementary color
Monochromatic Colors of #EED784
Black with #EED784
Text Example
Text Example
White with #EED784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED784; }
p { color: rgb(238,215,132); }
H1.HeaderClassName
{
color: #EED784;
}
.AnyTagClassName
{
color: #EED784;
}
</style>
background-color css
<style>
a { background-color: #EED784; }
a { background-color: rgb(238,215,132); }
div.DivClassName
{
background-color: #EED784;
}
.BgClassName
{
background-color: #EED784;
}
</style>
border-color css
<style>
span { border-color: #EED784; }
span { border-color: rgb(238,215,132); }
td.TdClassName
{
border-color: #EED784;
}
.TagClassName
{
border-color: #EED784;
}
</style>