Shades of Buff #EED788
Tints of Buff #EED788
RGB
CMYK
RGB Variations
Color information
#EED788 (or 0xEED788) is known color: Buff. HEX triplet: EE, D7 and 88. RGB value is (238,215,136). Sum of RGB (Red+Green+Blue) = 238+215+136=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 136 (53.52% from 255 or 23.09% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EED788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED788 is #112877. Grayscale: #D5D5D5. Windows color (decimal): -1124472 or 8968174. OLE color: 8968174.
HSL color Cylindrical-coordinate representation of color #EED788: hue angle of 46.47º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EED788 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 136 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.07 |
| HSL | 46.47º | 0.75% | 0.73% | - |
| HSV(B) | 46.47º | 0.43% | 0.93% | - |
| XYZ | 64 | 68.56 | 33.15 | - |
| YUV | 212.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 136 | 0 | 0.10 | 0.43 | 0.07 | 46.47 | 0.75 | 0.73 |
| Hex | EE | D7 | 88 | 0 | A | 2B | 7 | 2E | 4B | 49 |
| Octal | 356 | 327 | 210 | 0 | 12 | 53 | 7 | 56 | 113 | 111 |
| Binary | 11101110 | 11010111 | 10001000 | 0 | 1010 | 101011 | 111 | 101110 | 1001011 | 1001001 |
Color Harmonies of #EED788
Complementary color
Monochromatic Colors of #EED788
Black with #EED788
Text Example
Text Example
White with #EED788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED788; }
p { color: rgb(238,215,136); }
H1.HeaderClassName
{
color: #EED788;
}
.AnyTagClassName
{
color: #EED788;
}
</style>
background-color css
<style>
a { background-color: #EED788; }
a { background-color: rgb(238,215,136); }
div.DivClassName
{
background-color: #EED788;
}
.BgClassName
{
background-color: #EED788;
}
</style>
border-color css
<style>
span { border-color: #EED788; }
span { border-color: rgb(238,215,136); }
td.TdClassName
{
border-color: #EED788;
}
.TagClassName
{
border-color: #EED788;
}
</style>