Shades of Buff #EED67E
Tints of Buff #EED67E
RGB
CMYK
RGB Variations
Color information
#EED67E (or 0xEED67E) is known color: Buff. HEX triplet: EE, D6 and 7E. RGB value is (238,214,126). Sum of RGB (Red+Green+Blue) = 238+214+126=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EED67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED67E is #112981. Grayscale: #D3D3D3. Windows color (decimal): -1124738 or 8312558. OLE color: 8312558.
HSL color Cylindrical-coordinate representation of color #EED67E: hue angle of 47.14º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EED67E is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 126 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.07 |
| HSL | 47.14º | 0.77% | 0.71% | - |
| HSV(B) | 47.14º | 0.47% | 0.93% | - |
| XYZ | 63.07 | 67.78 | 29.5 | - |
| YUV | 211.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 126 | 0 | 0.10 | 0.47 | 0.07 | 47.14 | 0.77 | 0.71 |
| Hex | EE | D6 | 7E | 0 | A | 2F | 7 | 2F | 4D | 47 |
| Octal | 356 | 326 | 176 | 0 | 12 | 57 | 7 | 57 | 115 | 107 |
| Binary | 11101110 | 11010110 | 1111110 | 0 | 1010 | 101111 | 111 | 101111 | 1001101 | 1000111 |
Color Harmonies of #EED67E
Complementary color
Monochromatic Colors of #EED67E
Black with #EED67E
Text Example
Text Example
White with #EED67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED67E; }
p { color: rgb(238,214,126); }
H1.HeaderClassName
{
color: #EED67E;
}
.AnyTagClassName
{
color: #EED67E;
}
</style>
background-color css
<style>
a { background-color: #EED67E; }
a { background-color: rgb(238,214,126); }
div.DivClassName
{
background-color: #EED67E;
}
.BgClassName
{
background-color: #EED67E;
}
</style>
border-color css
<style>
span { border-color: #EED67E; }
span { border-color: rgb(238,214,126); }
td.TdClassName
{
border-color: #EED67E;
}
.TagClassName
{
border-color: #EED67E;
}
</style>