Shades of Buff #EED68F
Tints of Buff #EED68F
RGB
CMYK
RGB Variations
Color information
#EED68F (or 0xEED68F) is known color: Buff. HEX triplet: EE, D6 and 8F. RGB value is (238,214,143). Sum of RGB (Red+Green+Blue) = 238+214+143=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EED68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED68F is #112970. Grayscale: #D5D5D5. Windows color (decimal): -1124721 or 9426670. OLE color: 9426670.
HSL color Cylindrical-coordinate representation of color #EED68F: hue angle of 44.84º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EED68F is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 143 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.07 |
| HSL | 44.84º | 0.74% | 0.75% | - |
| HSV(B) | 44.84º | 0.4% | 0.93% | - |
| XYZ | 64.26 | 68.25 | 35.77 | - |
| YUV | 213.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 143 | 0 | 0.10 | 0.40 | 0.07 | 44.84 | 0.74 | 0.75 |
| Hex | EE | D6 | 8F | 0 | A | 28 | 7 | 2D | 4A | 4B |
| Octal | 356 | 326 | 217 | 0 | 12 | 50 | 7 | 55 | 112 | 113 |
| Binary | 11101110 | 11010110 | 10001111 | 0 | 1010 | 101000 | 111 | 101101 | 1001010 | 1001011 |
Color Harmonies of #EED68F
Complementary color
Monochromatic Colors of #EED68F
Black with #EED68F
Text Example
Text Example
White with #EED68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED68F; }
p { color: rgb(238,214,143); }
H1.HeaderClassName
{
color: #EED68F;
}
.AnyTagClassName
{
color: #EED68F;
}
</style>
background-color css
<style>
a { background-color: #EED68F; }
a { background-color: rgb(238,214,143); }
div.DivClassName
{
background-color: #EED68F;
}
.BgClassName
{
background-color: #EED68F;
}
</style>
border-color css
<style>
span { border-color: #EED68F; }
span { border-color: rgb(238,214,143); }
td.TdClassName
{
border-color: #EED68F;
}
.TagClassName
{
border-color: #EED68F;
}
</style>