Shades of Buff #EED384
Tints of Buff #EED384
RGB
CMYK
RGB Variations
Color information
#EED384 (or 0xEED384) is known color: Buff. HEX triplet: EE, D3 and 84. RGB value is (238,211,132). Sum of RGB (Red+Green+Blue) = 238+211+132=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EED384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED384 is #112C7B. Grayscale: #D2D2D2. Windows color (decimal): -1125500 or 8705006. OLE color: 8705006.
HSL color Cylindrical-coordinate representation of color #EED384: hue angle of 44.72º 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 #EED384 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 132 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.07 |
| HSL | 44.72º | 0.76% | 0.73% | - |
| HSV(B) | 44.72º | 0.45% | 0.93% | - |
| XYZ | 62.72 | 66.43 | 31.35 | - |
| YUV | 210.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 132 | 0 | 0.11 | 0.45 | 0.07 | 44.72 | 0.76 | 0.73 |
| Hex | EE | D3 | 84 | 0 | B | 2D | 7 | 2D | 4C | 49 |
| Octal | 356 | 323 | 204 | 0 | 13 | 55 | 7 | 55 | 114 | 111 |
| Binary | 11101110 | 11010011 | 10000100 | 0 | 1011 | 101101 | 111 | 101101 | 1001100 | 1001001 |
Color Harmonies of #EED384
Complementary color
Monochromatic Colors of #EED384
Black with #EED384
Text Example
Text Example
White with #EED384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED384; }
p { color: rgb(238,211,132); }
H1.HeaderClassName
{
color: #EED384;
}
.AnyTagClassName
{
color: #EED384;
}
</style>
background-color css
<style>
a { background-color: #EED384; }
a { background-color: rgb(238,211,132); }
div.DivClassName
{
background-color: #EED384;
}
.BgClassName
{
background-color: #EED384;
}
</style>
border-color css
<style>
span { border-color: #EED384; }
span { border-color: rgb(238,211,132); }
td.TdClassName
{
border-color: #EED384;
}
.TagClassName
{
border-color: #EED384;
}
</style>