Shades of Buff #EDD484
Tints of Buff #EDD484
RGB
CMYK
RGB Variations
Color information
#EDD484 (or 0xEDD484) is known color: Buff. HEX triplet: ED, D4 and 84. RGB value is (237,212,132). Sum of RGB (Red+Green+Blue) = 237+212+132=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD484 is #122B7B. Grayscale: #D2D2D2. Windows color (decimal): -1190780 or 8705261. OLE color: 8705261.
HSL color Cylindrical-coordinate representation of color #EDD484: hue angle of 45.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDD484 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 132 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.07 |
| HSL | 45.71º | 0.74% | 0.72% | - |
| HSV(B) | 45.71º | 0.44% | 0.93% | - |
| XYZ | 62.63 | 66.76 | 31.41 | - |
| YUV | 210.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 132 | 0 | 0.11 | 0.44 | 0.07 | 45.71 | 0.74 | 0.72 |
| Hex | ED | D4 | 84 | 0 | B | 2C | 7 | 2E | 4A | 48 |
| Octal | 355 | 324 | 204 | 0 | 13 | 54 | 7 | 56 | 112 | 110 |
| Binary | 11101101 | 11010100 | 10000100 | 0 | 1011 | 101100 | 111 | 101110 | 1001010 | 1001000 |
Color Harmonies of #EDD484
Complementary color
Monochromatic Colors of #EDD484
Black with #EDD484
Text Example
Text Example
White with #EDD484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD484; }
p { color: rgb(237,212,132); }
H1.HeaderClassName
{
color: #EDD484;
}
.AnyTagClassName
{
color: #EDD484;
}
</style>
background-color css
<style>
a { background-color: #EDD484; }
a { background-color: rgb(237,212,132); }
div.DivClassName
{
background-color: #EDD484;
}
.BgClassName
{
background-color: #EDD484;
}
</style>
border-color css
<style>
span { border-color: #EDD484; }
span { border-color: rgb(237,212,132); }
td.TdClassName
{
border-color: #EDD484;
}
.TagClassName
{
border-color: #EDD484;
}
</style>