Shades of Buff #EED683
Tints of Buff #EED683
RGB
CMYK
RGB Variations
Color information
#EED683 (or 0xEED683) is known color: Buff. HEX triplet: EE, D6 and 83. RGB value is (238,214,131). Sum of RGB (Red+Green+Blue) = 238+214+131=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EED683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED683 is #11297C. Grayscale: #D4D4D4. Windows color (decimal): -1124733 or 8640238. OLE color: 8640238.
HSL color Cylindrical-coordinate representation of color #EED683: hue angle of 46.54º 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 #EED683 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 131 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.07 |
| HSL | 46.54º | 0.76% | 0.72% | - |
| HSV(B) | 46.54º | 0.45% | 0.93% | - |
| XYZ | 63.4 | 67.91 | 31.24 | - |
| YUV | 211.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 131 | 0 | 0.10 | 0.45 | 0.07 | 46.54 | 0.76 | 0.72 |
| Hex | EE | D6 | 83 | 0 | A | 2D | 7 | 2F | 4C | 48 |
| Octal | 356 | 326 | 203 | 0 | 12 | 55 | 7 | 57 | 114 | 110 |
| Binary | 11101110 | 11010110 | 10000011 | 0 | 1010 | 101101 | 111 | 101111 | 1001100 | 1001000 |
Color Harmonies of #EED683
Complementary color
Monochromatic Colors of #EED683
Black with #EED683
Text Example
Text Example
White with #EED683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED683; }
p { color: rgb(238,214,131); }
H1.HeaderClassName
{
color: #EED683;
}
.AnyTagClassName
{
color: #EED683;
}
</style>
background-color css
<style>
a { background-color: #EED683; }
a { background-color: rgb(238,214,131); }
div.DivClassName
{
background-color: #EED683;
}
.BgClassName
{
background-color: #EED683;
}
</style>
border-color css
<style>
span { border-color: #EED683; }
span { border-color: rgb(238,214,131); }
td.TdClassName
{
border-color: #EED683;
}
.TagClassName
{
border-color: #EED683;
}
</style>