Shades of Buff #EED78C
Tints of Buff #EED78C
RGB
CMYK
RGB Variations
Color information
#EED78C (or 0xEED78C) is known color: Buff. HEX triplet: EE, D7 and 8C. RGB value is (238,215,140). Sum of RGB (Red+Green+Blue) = 238+215+140=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EED78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED78C is #112873. Grayscale: #D5D5D5. Windows color (decimal): -1124468 or 9230318. OLE color: 9230318.
HSL color Cylindrical-coordinate representation of color #EED78C: hue angle of 45.92º 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 #EED78C is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 140 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.07 |
| HSL | 45.92º | 0.74% | 0.74% | - |
| HSV(B) | 45.92º | 0.41% | 0.93% | - |
| XYZ | 64.29 | 68.67 | 34.68 | - |
| YUV | 213.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 140 | 0 | 0.10 | 0.41 | 0.07 | 45.92 | 0.74 | 0.74 |
| Hex | EE | D7 | 8C | 0 | A | 29 | 7 | 2E | 4A | 4A |
| Octal | 356 | 327 | 214 | 0 | 12 | 51 | 7 | 56 | 112 | 112 |
| Binary | 11101110 | 11010111 | 10001100 | 0 | 1010 | 101001 | 111 | 101110 | 1001010 | 1001010 |
Color Harmonies of #EED78C
Complementary color
Monochromatic Colors of #EED78C
Black with #EED78C
Text Example
Text Example
White with #EED78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED78C; }
p { color: rgb(238,215,140); }
H1.HeaderClassName
{
color: #EED78C;
}
.AnyTagClassName
{
color: #EED78C;
}
</style>
background-color css
<style>
a { background-color: #EED78C; }
a { background-color: rgb(238,215,140); }
div.DivClassName
{
background-color: #EED78C;
}
.BgClassName
{
background-color: #EED78C;
}
</style>
border-color css
<style>
span { border-color: #EED78C; }
span { border-color: rgb(238,215,140); }
td.TdClassName
{
border-color: #EED78C;
}
.TagClassName
{
border-color: #EED78C;
}
</style>