Shades of Buff #EED68B
Tints of Buff #EED68B
RGB
CMYK
RGB Variations
Color information
#EED68B (or 0xEED68B) is known color: Buff. HEX triplet: EE, D6 and 8B. RGB value is (238,214,139). Sum of RGB (Red+Green+Blue) = 238+214+139=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EED68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED68B is #112974. Grayscale: #D4D4D4. Windows color (decimal): -1124725 or 9164526. OLE color: 9164526.
HSL color Cylindrical-coordinate representation of color #EED68B: hue angle of 45.45º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EED68B is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 139 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.07 |
| HSL | 45.45º | 0.74% | 0.74% | - |
| HSV(B) | 45.45º | 0.42% | 0.93% | - |
| XYZ | 63.97 | 68.13 | 34.21 | - |
| YUV | 212.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 139 | 0 | 0.10 | 0.42 | 0.07 | 45.45 | 0.74 | 0.74 |
| Hex | EE | D6 | 8B | 0 | A | 2A | 7 | 2D | 4A | 4A |
| Octal | 356 | 326 | 213 | 0 | 12 | 52 | 7 | 55 | 112 | 112 |
| Binary | 11101110 | 11010110 | 10001011 | 0 | 1010 | 101010 | 111 | 101101 | 1001010 | 1001010 |
Color Harmonies of #EED68B
Complementary color
Monochromatic Colors of #EED68B
Black with #EED68B
Text Example
Text Example
White with #EED68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED68B; }
p { color: rgb(238,214,139); }
H1.HeaderClassName
{
color: #EED68B;
}
.AnyTagClassName
{
color: #EED68B;
}
</style>
background-color css
<style>
a { background-color: #EED68B; }
a { background-color: rgb(238,214,139); }
div.DivClassName
{
background-color: #EED68B;
}
.BgClassName
{
background-color: #EED68B;
}
</style>
border-color css
<style>
span { border-color: #EED68B; }
span { border-color: rgb(238,214,139); }
td.TdClassName
{
border-color: #EED68B;
}
.TagClassName
{
border-color: #EED68B;
}
</style>