Shades of Buff #EED678
Tints of Buff #EED678
RGB
CMYK
RGB Variations
Color information
#EED678 (or 0xEED678) is known color: Buff. HEX triplet: EE, D6 and 78. RGB value is (238,214,120). Sum of RGB (Red+Green+Blue) = 238+214+120=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EED678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED678 is #112987. Grayscale: #D2D2D2. Windows color (decimal): -1124744 or 7919342. OLE color: 7919342.
HSL color Cylindrical-coordinate representation of color #EED678: hue angle of 47.8º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED678 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 120 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.07 |
| HSL | 47.8º | 0.78% | 0.7% | - |
| HSV(B) | 47.8º | 0.5% | 0.93% | - |
| XYZ | 62.7 | 67.63 | 27.52 | - |
| YUV | 210.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 120 | 0 | 0.10 | 0.50 | 0.07 | 47.8 | 0.78 | 0.7 |
| Hex | EE | D6 | 78 | 0 | A | 32 | 7 | 30 | 4E | 46 |
| Octal | 356 | 326 | 170 | 0 | 12 | 62 | 7 | 60 | 116 | 106 |
| Binary | 11101110 | 11010110 | 1111000 | 0 | 1010 | 110010 | 111 | 110000 | 1001110 | 1000110 |
Color Harmonies of #EED678
Complementary color
Monochromatic Colors of #EED678
Black with #EED678
Text Example
Text Example
White with #EED678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED678; }
p { color: rgb(238,214,120); }
H1.HeaderClassName
{
color: #EED678;
}
.AnyTagClassName
{
color: #EED678;
}
</style>
background-color css
<style>
a { background-color: #EED678; }
a { background-color: rgb(238,214,120); }
div.DivClassName
{
background-color: #EED678;
}
.BgClassName
{
background-color: #EED678;
}
</style>
border-color css
<style>
span { border-color: #EED678; }
span { border-color: rgb(238,214,120); }
td.TdClassName
{
border-color: #EED678;
}
.TagClassName
{
border-color: #EED678;
}
</style>