Shades of Buff #EED68D
Tints of Buff #EED68D
RGB
CMYK
RGB Variations
Color information
#EED68D (or 0xEED68D) is known color: Buff. HEX triplet: EE, D6 and 8D. RGB value is (238,214,141). Sum of RGB (Red+Green+Blue) = 238+214+141=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EED68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED68D is #112972. Grayscale: #D5D5D5. Windows color (decimal): -1124723 or 9295598. OLE color: 9295598.
HSL color Cylindrical-coordinate representation of color #EED68D: hue angle of 45.15º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EED68D is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 141 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.07 |
| HSL | 45.15º | 0.74% | 0.74% | - |
| HSV(B) | 45.15º | 0.41% | 0.93% | - |
| XYZ | 64.11 | 68.19 | 34.98 | - |
| YUV | 212.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 141 | 0 | 0.10 | 0.41 | 0.07 | 45.15 | 0.74 | 0.74 |
| Hex | EE | D6 | 8D | 0 | A | 29 | 7 | 2D | 4A | 4A |
| Octal | 356 | 326 | 215 | 0 | 12 | 51 | 7 | 55 | 112 | 112 |
| Binary | 11101110 | 11010110 | 10001101 | 0 | 1010 | 101001 | 111 | 101101 | 1001010 | 1001010 |
Color Harmonies of #EED68D
Complementary color
Monochromatic Colors of #EED68D
Black with #EED68D
Text Example
Text Example
White with #EED68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED68D; }
p { color: rgb(238,214,141); }
H1.HeaderClassName
{
color: #EED68D;
}
.AnyTagClassName
{
color: #EED68D;
}
</style>
background-color css
<style>
a { background-color: #EED68D; }
a { background-color: rgb(238,214,141); }
div.DivClassName
{
background-color: #EED68D;
}
.BgClassName
{
background-color: #EED68D;
}
</style>
border-color css
<style>
span { border-color: #EED68D; }
span { border-color: rgb(238,214,141); }
td.TdClassName
{
border-color: #EED68D;
}
.TagClassName
{
border-color: #EED68D;
}
</style>