Shades of Buff #EED78B
Tints of Buff #EED78B
RGB
CMYK
RGB Variations
Color information
#EED78B (or 0xEED78B) is known color: Buff. HEX triplet: EE, D7 and 8B. RGB value is (238,215,139). Sum of RGB (Red+Green+Blue) = 238+215+139=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EED78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED78B is #112874. Grayscale: #D5D5D5. Windows color (decimal): -1124469 or 9164782. OLE color: 9164782.
HSL color Cylindrical-coordinate representation of color #EED78B: hue angle of 46.06º 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 #EED78B is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 139 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.07 |
| HSL | 46.06º | 0.74% | 0.74% | - |
| HSV(B) | 46.06º | 0.42% | 0.93% | - |
| XYZ | 64.22 | 68.64 | 34.29 | - |
| YUV | 213.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 139 | 0 | 0.10 | 0.42 | 0.07 | 46.06 | 0.74 | 0.74 |
| Hex | EE | D7 | 8B | 0 | A | 2A | 7 | 2E | 4A | 4A |
| Octal | 356 | 327 | 213 | 0 | 12 | 52 | 7 | 56 | 112 | 112 |
| Binary | 11101110 | 11010111 | 10001011 | 0 | 1010 | 101010 | 111 | 101110 | 1001010 | 1001010 |
Color Harmonies of #EED78B
Complementary color
Monochromatic Colors of #EED78B
Black with #EED78B
Text Example
Text Example
White with #EED78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED78B; }
p { color: rgb(238,215,139); }
H1.HeaderClassName
{
color: #EED78B;
}
.AnyTagClassName
{
color: #EED78B;
}
</style>
background-color css
<style>
a { background-color: #EED78B; }
a { background-color: rgb(238,215,139); }
div.DivClassName
{
background-color: #EED78B;
}
.BgClassName
{
background-color: #EED78B;
}
</style>
border-color css
<style>
span { border-color: #EED78B; }
span { border-color: rgb(238,215,139); }
td.TdClassName
{
border-color: #EED78B;
}
.TagClassName
{
border-color: #EED78B;
}
</style>