Shades of Buff #EED484
Tints of Buff #EED484
RGB
CMYK
RGB Variations
Color information
#EED484 (or 0xEED484) is known color: Buff. HEX triplet: EE, D4 and 84. RGB value is (238,212,132). Sum of RGB (Red+Green+Blue) = 238+212+132=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EED484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED484 is #112B7B. Grayscale: #D3D3D3. Windows color (decimal): -1125244 or 8705262. OLE color: 8705262.
HSL color Cylindrical-coordinate representation of color #EED484: hue angle of 45.28º 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 #EED484 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 132 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.07 |
| HSL | 45.28º | 0.76% | 0.73% | - |
| HSV(B) | 45.28º | 0.45% | 0.93% | - |
| XYZ | 62.97 | 66.93 | 31.43 | - |
| YUV | 210.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 132 | 0 | 0.11 | 0.45 | 0.07 | 45.28 | 0.76 | 0.73 |
| Hex | EE | D4 | 84 | 0 | B | 2D | 7 | 2D | 4C | 49 |
| Octal | 356 | 324 | 204 | 0 | 13 | 55 | 7 | 55 | 114 | 111 |
| Binary | 11101110 | 11010100 | 10000100 | 0 | 1011 | 101101 | 111 | 101101 | 1001100 | 1001001 |
Color Harmonies of #EED484
Complementary color
Monochromatic Colors of #EED484
Black with #EED484
Text Example
Text Example
White with #EED484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED484; }
p { color: rgb(238,212,132); }
H1.HeaderClassName
{
color: #EED484;
}
.AnyTagClassName
{
color: #EED484;
}
</style>
background-color css
<style>
a { background-color: #EED484; }
a { background-color: rgb(238,212,132); }
div.DivClassName
{
background-color: #EED484;
}
.BgClassName
{
background-color: #EED484;
}
</style>
border-color css
<style>
span { border-color: #EED484; }
span { border-color: rgb(238,212,132); }
td.TdClassName
{
border-color: #EED484;
}
.TagClassName
{
border-color: #EED484;
}
</style>