Shades of Buff #EED682
Tints of Buff #EED682
RGB
CMYK
RGB Variations
Color information
#EED682 (or 0xEED682) is known color: Buff. HEX triplet: EE, D6 and 82. RGB value is (238,214,130). Sum of RGB (Red+Green+Blue) = 238+214+130=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EED682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED682 is #11297D. Grayscale: #D3D3D3. Windows color (decimal): -1124734 or 8574702. OLE color: 8574702.
HSL color Cylindrical-coordinate representation of color #EED682: hue angle of 46.67º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EED682 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 130 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.07 |
| HSL | 46.67º | 0.76% | 0.72% | - |
| HSV(B) | 46.67º | 0.45% | 0.93% | - |
| XYZ | 63.34 | 67.88 | 30.88 | - |
| YUV | 211.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 130 | 0 | 0.10 | 0.45 | 0.07 | 46.67 | 0.76 | 0.72 |
| Hex | EE | D6 | 82 | 0 | A | 2D | 7 | 2F | 4C | 48 |
| Octal | 356 | 326 | 202 | 0 | 12 | 55 | 7 | 57 | 114 | 110 |
| Binary | 11101110 | 11010110 | 10000010 | 0 | 1010 | 101101 | 111 | 101111 | 1001100 | 1001000 |
Color Harmonies of #EED682
Complementary color
Monochromatic Colors of #EED682
Black with #EED682
Text Example
Text Example
White with #EED682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED682; }
p { color: rgb(238,214,130); }
H1.HeaderClassName
{
color: #EED682;
}
.AnyTagClassName
{
color: #EED682;
}
</style>
background-color css
<style>
a { background-color: #EED682; }
a { background-color: rgb(238,214,130); }
div.DivClassName
{
background-color: #EED682;
}
.BgClassName
{
background-color: #EED682;
}
</style>
border-color css
<style>
span { border-color: #EED682; }
span { border-color: rgb(238,214,130); }
td.TdClassName
{
border-color: #EED682;
}
.TagClassName
{
border-color: #EED682;
}
</style>