Shades of Buff #EED385
Tints of Buff #EED385
RGB
CMYK
RGB Variations
Color information
#EED385 (or 0xEED385) is known color: Buff. HEX triplet: EE, D3 and 85. RGB value is (238,211,133). Sum of RGB (Red+Green+Blue) = 238+211+133=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EED385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED385 is #112C7A. Grayscale: #D2D2D2. Windows color (decimal): -1125499 or 8770542. OLE color: 8770542.
HSL color Cylindrical-coordinate representation of color #EED385: hue angle of 44.57º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EED385 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 133 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.07 |
| HSL | 44.57º | 0.76% | 0.73% | - |
| HSV(B) | 44.57º | 0.44% | 0.93% | - |
| XYZ | 62.79 | 66.46 | 31.71 | - |
| YUV | 210.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 133 | 0 | 0.11 | 0.44 | 0.07 | 44.57 | 0.76 | 0.73 |
| Hex | EE | D3 | 85 | 0 | B | 2C | 7 | 2D | 4C | 49 |
| Octal | 356 | 323 | 205 | 0 | 13 | 54 | 7 | 55 | 114 | 111 |
| Binary | 11101110 | 11010011 | 10000101 | 0 | 1011 | 101100 | 111 | 101101 | 1001100 | 1001001 |
Color Harmonies of #EED385
Complementary color
Monochromatic Colors of #EED385
Black with #EED385
Text Example
Text Example
White with #EED385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED385; }
p { color: rgb(238,211,133); }
H1.HeaderClassName
{
color: #EED385;
}
.AnyTagClassName
{
color: #EED385;
}
</style>
background-color css
<style>
a { background-color: #EED385; }
a { background-color: rgb(238,211,133); }
div.DivClassName
{
background-color: #EED385;
}
.BgClassName
{
background-color: #EED385;
}
</style>
border-color css
<style>
span { border-color: #EED385; }
span { border-color: rgb(238,211,133); }
td.TdClassName
{
border-color: #EED385;
}
.TagClassName
{
border-color: #EED385;
}
</style>