Shades of Buff #EED67B
Tints of Buff #EED67B
RGB
CMYK
RGB Variations
Color information
#EED67B (or 0xEED67B) is known color: Buff. HEX triplet: EE, D6 and 7B. RGB value is (238,214,123). Sum of RGB (Red+Green+Blue) = 238+214+123=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EED67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED67B is #112984. Grayscale: #D3D3D3. Windows color (decimal): -1124741 or 8115950. OLE color: 8115950.
HSL color Cylindrical-coordinate representation of color #EED67B: hue angle of 47.48º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EED67B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 123 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.07 |
| HSL | 47.48º | 0.77% | 0.71% | - |
| HSV(B) | 47.48º | 0.48% | 0.93% | - |
| XYZ | 62.88 | 67.7 | 28.49 | - |
| YUV | 210.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 123 | 0 | 0.10 | 0.48 | 0.07 | 47.48 | 0.77 | 0.71 |
| Hex | EE | D6 | 7B | 0 | A | 30 | 7 | 2F | 4D | 47 |
| Octal | 356 | 326 | 173 | 0 | 12 | 60 | 7 | 57 | 115 | 107 |
| Binary | 11101110 | 11010110 | 1111011 | 0 | 1010 | 110000 | 111 | 101111 | 1001101 | 1000111 |
Color Harmonies of #EED67B
Complementary color
Monochromatic Colors of #EED67B
Black with #EED67B
Text Example
Text Example
White with #EED67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED67B; }
p { color: rgb(238,214,123); }
H1.HeaderClassName
{
color: #EED67B;
}
.AnyTagClassName
{
color: #EED67B;
}
</style>
background-color css
<style>
a { background-color: #EED67B; }
a { background-color: rgb(238,214,123); }
div.DivClassName
{
background-color: #EED67B;
}
.BgClassName
{
background-color: #EED67B;
}
</style>
border-color css
<style>
span { border-color: #EED67B; }
span { border-color: rgb(238,214,123); }
td.TdClassName
{
border-color: #EED67B;
}
.TagClassName
{
border-color: #EED67B;
}
</style>